diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index bb76c5d1..8a693ec9 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -64,8 +64,6 @@ jobs: steps: - name: Git checkout uses: actions/checkout@v3 - with: - token: ${{ secrets.SVC_TOKEN }} - name: Load environment variables run: cat .github/.env >> $GITHUB_ENV @@ -103,7 +101,7 @@ jobs: run: pnpm generate - name: Ensure working directory is clean - run: test -z "$(git status --porcelain)" + run: test -z "$(git status --porcelain)" test_js: if: needs.changes.outputs.js_client == 'true'