chore: Add github token env
This commit is contained in:
parent
16983cfbf0
commit
0042e3172b
1
.github/workflows/test-and-release.yml
vendored
1
.github/workflows/test-and-release.yml
vendored
@ -18,4 +18,5 @@ jobs:
|
||||
- name: Release
|
||||
env:
|
||||
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
run: yarn semantic-release
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user