Skip to content

Commit 7b49df1

Browse files
authored
Revert "Use default key for git (#29)" (#30)
1 parent 157dc1a commit 7b49df1

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/release-drafter.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ jobs:
2121
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2222

2323
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
24+
with:
25+
ssh-key: ${{ secrets.DEPLOY_KEY }}
2426

2527
- name: Update version files
2628
run: |

0 commit comments

Comments
 (0)