Setup github token

This commit is contained in:
Julien Bisconti 2020-04-13 17:52:26 +02:00
parent 8f970072e8
commit fd49c3a59d
No known key found for this signature in database
GPG Key ID: 62772C6698F736CB
1 changed files with 1 additions and 1 deletions

View File

@ -26,5 +26,5 @@ jobs:
if: steps.cache.outputs.cache-hit != 'true'
run: npm ci --ignore-scripts --no-audit --no-progress --prefer-offline
- run: npm run test
with:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}