ci: secret name
This commit is contained in:
parent
f710960734
commit
58d85d54d7
1 changed files with 1 additions and 1 deletions
2
.github/workflows/nodejs.yml
vendored
2
.github/workflows/nodejs.yml
vendored
|
@ -65,7 +65,7 @@ jobs:
|
||||||
run: yarn && yarn build
|
run: yarn && yarn build
|
||||||
- name: Release
|
- name: Release
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
|
||||||
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
|
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
|
||||||
run: yarn semantic-release
|
run: yarn semantic-release
|
||||||
|
|
||||||
|
|
Reference in a new issue