From b9945ba75e938992b4bc14cef19de65fae89820e Mon Sep 17 00:00:00 2001 From: IrosTheBeggar Date: Sun, 5 May 2024 20:31:28 -0400 Subject: [PATCH] update github action --- .github/workflows/update-website.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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