Add GITHUB_TOKEN to test workflow

This commit is contained in:
Thomas A. Christensen II 2022-06-13 18:53:36 +00:00 committed by GitHub
parent 46faecc7b2
commit e00cecc9e1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -30,6 +30,7 @@ jobs:
with: with:
node-version: 16 node-version: 16
cache: "npm" cache: "npm"
token: ${{ secrets.GITHUB_TOKEN }}
- run: npm install - run: npm install
- uses: ./ - uses: ./
with: with: