Skip to content

Commit 46b23e0

Browse files
yerzhansaclaude
andauthored
fix: use deploy key for release workflow push (#24)
Deploy key bypasses branch protection ruleset. GITHUB_TOKEN cannot bypass rulesets on personal repos. Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent cbaf919 commit 46b23e0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ jobs:
1212
steps:
1313
- uses: actions/checkout@v4
1414
with:
15+
ssh-key: ${{ secrets.DEPLOY_KEY }}
1516
fetch-depth: 0
1617

1718
- uses: actions/setup-node@v4

0 commit comments

Comments
 (0)