We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8684da0 commit 1007b8aCopy full SHA for 1007b8a
.github/workflows/build.yml
@@ -18,7 +18,9 @@ jobs:
18
- run: git config --global user.email "[email protected]"
19
- run: git config --global user.name "GitHub Actions"
20
- run: yarn --frozen-lockfile
21
- - run: yarn test
+ - env:
22
+ TEST_GITHUB_API_TOKEN: ${{ secrets.TEST_GITHUB_API_TOKEN }}
23
+ run: yarn test
24
- if: failure()
25
uses: actions/upload-artifact@v3
26
with:
0 commit comments