- run all requires the token for the test

This commit is contained in:
Mike Penz
2020-10-16 17:42:07 +02:00
parent ab8521d038
commit 9ff519538b
+3
View File
@@ -15,6 +15,9 @@ jobs:
npm install
- run: |
npm run all
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
test: # make sure the action works on a clean machine without building
runs-on: ubuntu-latest
steps: