Merge pull request #16 from furality/npm_token

ci(release): specify npm token
This commit is contained in:
ttshivers 2023-07-16 18:47:13 -05:00 committed by GitHub
commit f059fe3315
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -43,4 +43,5 @@ jobs:
id: release id: release
uses: ahmadnassri/action-semantic-release@v2.2.3 uses: ahmadnassri/action-semantic-release@v2.2.3
env: env:
NPM_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}