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:
node-version: 16
cache: "npm"
token: ${{ secrets.GITHUB_TOKEN }}
- run: npm install
- uses: ./
with: