ci: secret env var
This commit is contained in:
parent
5995e183d2
commit
ccbcf6c2f9
1 changed files with 1 additions and 1 deletions
2
.github/workflows/nodejs.yml
vendored
2
.github/workflows/nodejs.yml
vendored
|
@ -64,7 +64,7 @@ jobs:
|
||||||
run: yarn && yarn build
|
run: yarn && yarn build
|
||||||
- name: Release
|
- name: Release
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
|
GH_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