Skip to content

Commit a9a0f28

Browse files
committed
fix: use PAT
1 parent 98810a0 commit a9a0f28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ jobs:
2828
run: npm install -g semantic-release @semantic-release/git @semantic-release/changelog @semantic-release/exec @semantic-release/npm
2929
- name: Release
3030
env:
31-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
31+
GITHUB_TOKEN: ${{ secrets.SEMANTIC_RELEASE_CI }}
3232
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
3333
run: npx semantic-release

0 commit comments

Comments
 (0)