diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9e4e696..853ac34 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -18,9 +18,7 @@ jobs: - run: git config --global user.email "actions@github.com" - run: git config --global user.name "GitHub Actions" - run: yarn --frozen-lockfile - - env: - TEST_GITHUB_API_TOKEN: ${{ secrets.TEST_GITHUB_API_TOKEN }} - run: yarn test + - run: yarn test - if: failure() uses: actions/upload-artifact@v3 with: