Remove GITHUB_TOKEN env variable

This commit is contained in:
Cole Bemis 2022-03-29 16:23:24 -07:00 committed by GitHub
parent d657e8aa56
commit 7da2950653
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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