Skip to content

Commit 8ef151f

Browse files
GH-6: fix github release workflow
1 parent 98b1b84 commit 8ef151f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
uses: actions/checkout@v4
3232
with:
3333
fetch-depth: 0
34-
token: ${{ secrets.GITHUB_TOKEN }}
34+
token: ${{ secrets.RELEASE_TOKEN }}
3535

3636
- name: Setup Node.js
3737
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)