Skip to content

Commit 2627f5c

Browse files
author
Umutcan ÖNER
committed
fix: use PAT for release workflow authentication
- Changed from GITHUB_TOKEN to secrets.GH_TOKEN for proper push permissions - This allows auto tool to push version commits and tags back to repository
1 parent f50a0eb commit 2627f5c

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
@@ -87,7 +87,7 @@ jobs:
8787
# Run auto to handle versioning, changelog, and publishing
8888
- name: Create Release
8989
env:
90-
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} # For GitHub releases and commits
90+
GH_TOKEN: ${{ secrets.GH_TOKEN }} # For GitHub releases and commits
9191
NPM_TOKEN: ${{ secrets.NPM_TOKEN }} # For NPM package publishing
9292
run: npx auto shipit
9393
# Continue on error to prevent workflow failures if release already exists

0 commit comments

Comments
 (0)