Merge pull request #16 from furality/npm_token
ci(release): specify npm token
This commit is contained in:
commit
f059fe3315
1 changed files with 1 additions and 0 deletions
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
|
@ -43,4 +43,5 @@ jobs:
|
|||
id: release
|
||||
uses: ahmadnassri/action-semantic-release@v2.2.3
|
||||
env:
|
||||
NPM_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
|
Loading…
Reference in a new issue