Skip to content

Commit 2604f18

Browse files
Hyperkid123claude
andcommitted
fix(ci): switch release checkout from SSH key to PAT
The BOT_SSH_KEY deploy key was revoked, breaking the release workflow. Use the existing RELEASE_TOKEN PAT for checkout instead, matching the approach used by other projects. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 23af064 commit 2604f18

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
@@ -19,7 +19,7 @@ jobs:
1919
uses: actions/checkout@v4
2020
with:
2121
fetch-depth: 0
22-
ssh-key: ${{ secrets.BOT_SSH_KEY }}
22+
token: ${{ secrets.RELEASE_TOKEN }}
2323

2424
- name: Setup Node.js
2525
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)