fix(ci): add GITHUB_TOKEN to ENVs for running tests

This commit is contained in:
AJ ONeal
2024-01-02 15:59:57 -07:00
parent 8da2ff15b6
commit 11e1bf94f0

View File

@@ -32,4 +32,6 @@ jobs:
- run: npm run fmt
- run: npm ci
- run: npm run lint
- run: npm run test
- env:
GITHUB_TOKEN: ${{ github.token }}
run: npm run test