ci(release): specify npm token

Specify npm token
This commit is contained in:
Conicaw 2023-07-16 18:45:55 -05:00
parent b98b5c0e47
commit bea66050e1
No known key found for this signature in database
GPG key ID: 8DE10AC00159C418

View file

@ -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 }}