Skip to content
This repository was archived by the owner on Nov 8, 2024. It is now read-only.

Commit 57153ee

Browse files
chore: add "GITHUB_TOKEN" to the "release" job
1 parent 100234e commit 57153ee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,5 @@ jobs:
2727
- name: Semantic release
2828
run: npx semantic-release
2929
env:
30+
GITHUB_TOKEN: ${{ secrets.RELEASE_GITHUB_TOKEN }}
3031
NPM_TOKEN: ${{ secrets.RELEASE_NPM_TOKEN }}

0 commit comments

Comments
 (0)