Update GITHUB_TOKEN permissions

This commit is contained in:
Cole Bemis 2022-03-29 16:30:25 -07:00 committed by GitHub
parent 7da2950653
commit a7e39d665f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -18,4 +18,5 @@ jobs:
if: github.ref_name == 'master'
run: npx semantic-release
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}