Skip to content

Commit 9ad4a43

Browse files
committed
ci: use scriptsbot GitHub access token
1 parent 2b79dc1 commit 9ad4a43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
run: npm audit signatures
4545
- name: Release
4646
env:
47-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
47+
GITHUB_TOKEN: ${{ secrets.ACTIONS_GITHUB_TOKEN }}
4848
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
4949
GIT_AUTHOR_NAME: ${{ vars.RELEASE_GIT_NAME }}
5050
GIT_AUTHOR_EMAIL: ${{ secrets.RELEASE_GIT_EMAIL }}

0 commit comments

Comments
 (0)