Skip to content

Commit 1007b8a

Browse files
dword-design-honestlydword-design
authored andcommitted
chore: update github workflows
1 parent 8684da0 commit 1007b8a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@ jobs:
1818
- run: git config --global user.email "[email protected]"
1919
- run: git config --global user.name "GitHub Actions"
2020
- run: yarn --frozen-lockfile
21-
- run: yarn test
21+
- env:
22+
TEST_GITHUB_API_TOKEN: ${{ secrets.TEST_GITHUB_API_TOKEN }}
23+
run: yarn test
2224
- if: failure()
2325
uses: actions/upload-artifact@v3
2426
with:

0 commit comments

Comments
 (0)