Skip to content

Commit cddffa5

Browse files
committed
ci: add GitHub token for semantic release workflow
1 parent 94ea734 commit cddffa5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,5 @@ jobs:
4545
4646
- name: Release
4747
run: npx semantic-release
48+
env:
49+
GITHUB_TOKEN: ${{ secrets.GH_PAT }}

0 commit comments

Comments
 (0)