Remove GITHUB_TOKEN

This commit is contained in:
Thomas A. Christensen II 2022-06-13 16:34:58 -05:00
parent 39be9d4ef1
commit adcbf207e2
Signed by: millironx
GPG key ID: 139C07724802BC5D

View file

@ -30,7 +30,6 @@ 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: