Skip to content

Commit 39321ad

Browse files
authored
ci: Use deploy key to bypass branch protection rules (#1861)
1 parent ea2b8df commit 39321ad

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ jobs:
4141
uses: actions/checkout@v4
4242
with:
4343
fetch-depth: 0
44+
ssh-key: ${{ secrets.DEPLOY_KEY }} # https://github.com/sbellone/release-workflow-example
4445

4546
- name: Setup
4647
uses: ./.github/actions/setup

0 commit comments

Comments
 (0)