diff --git a/.github/workflows/update-website.yaml b/.github/workflows/update-website.yaml index 3653ddf0..2a24db01 100644 --- a/.github/workflows/update-website.yaml +++ b/.github/workflows/update-website.yaml @@ -13,18 +13,18 @@ jobs: uses: actions/setup-node@v4 with: node-version: '20' - - name: checkout 1 + - name: checkout mstream.io source code uses: actions/checkout@v4 with: path: website repository: IrosTheBeggar/mstream-website - token: ${{ secrets.PERSONAL_ACCESS_TOKEN }} - - name: checkout 2 + token: ${{ secrets.github_token }} + - name: checkout mStream app code uses: actions/checkout@v4 with: path: mstream repository: IrosTheBeggar/mStream - token: ${{ secrets.PERSONAL_ACCESS_TOKEN }} + token: ${{ secrets.github_token }} - run: ls - run: | cd website