Skip to content

Commit cf11600

Browse files
committed
fix: update GitHub release action to use GITHUB_TOKEN instead of CI_TOKEN
1 parent ed5b74b commit cf11600

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
@@ -99,7 +99,7 @@ jobs:
9999
# If you need to trigger other workflows on release, use a personal access token instead
100100
with:
101101
# Using inputs parameter syntax instead of environment variables (preferred method)
102-
token: ${{ secrets.CI_TOKEN }}
102+
token: ${{ secrets.GITHUB_TOKEN }}
103103
name: Release ${{ github.ref_name }}
104104
tag_name: ${{ github.ref_name }}
105105
make_latest: true

0 commit comments

Comments
 (0)