ci(release): specify npm token
Specify npm token
This commit is contained in:
parent
b98b5c0e47
commit
bea66050e1
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…
Add table
Reference in a new issue