Skip to content

Commit 9a206bc

Browse files
fix: release workflow (#40)
1 parent bc8d4a4 commit 9a206bc

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
@@ -28,7 +28,7 @@ jobs:
2828
- name: Checkout repository
2929
uses: actions/checkout@v4
3030
with:
31-
token: ${{ secrets.GITHUB_TOKEN }}
31+
token: ${{ secrets.ADMIN_TOKEN }}
3232

3333
- name: Update version and create tag
3434
id: version

0 commit comments

Comments
 (0)