Skip to content

Commit 60d67fe

Browse files
RoyalOughtnesssecureblue-bot
authored andcommitted
chore: add SSH_PRIVATE_KEY for auth (#12)
1 parent b294783 commit 60d67fe

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/upstream-sync.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,10 @@ jobs:
4141
git_user_signingkey: true
4242
git_commit_gpgsign: true
4343
git_push_gpgsign: true
44+
45+
- uses: webfactory/ssh-agent@a6f90b1f127823b31d4d4a8d96047790581349bd # v0.9.1
46+
with:
47+
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}
4448

4549
- name: Pull tags from upstream and rebase
4650
shell: bash

0 commit comments

Comments
 (0)