Skip to content

Commit 5ae32b5

Browse files
ci: Update GITHUB_TOKEN usage in ci-release workflow to utilize generated App token
1 parent 1de73fa commit 5ae32b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,5 @@ jobs:
4444
release_name: v${{ steps.extract_version.outputs.VERSION }}
4545
body: "Release v${{ steps.extract_version.outputs.VERSION }}"
4646
env:
47-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
47+
GITHUB_TOKEN: ${{ steps.generate_token.outputs.token }} # Use the generated App token
4848

0 commit comments

Comments
 (0)