Skip to content

Commit 4123dd0

Browse files
authored
Merge pull request #5991 from mysteriumnetwork/ci-migration
Import Launchpad ssh key
2 parents a7ded8e + 4a29476 commit 4123dd0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/release.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,9 @@ jobs:
4949
uses: crazy-max/ghaction-import-gpg@v6
5050
with:
5151
gpg_private_key: ${{ secrets.GPG_SIGNING_KEY }}
52+
- uses: webfactory/[email protected]
53+
with:
54+
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}
5255

5356
- name: Release snapshot
5457
run: |
@@ -100,6 +103,9 @@ jobs:
100103
uses: crazy-max/ghaction-import-gpg@v6
101104
with:
102105
gpg_private_key: ${{ secrets.GPG_SIGNING_KEY }}
106+
- uses: webfactory/[email protected]
107+
with:
108+
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}
103109

104110
- name: Release tag
105111
run: |

0 commit comments

Comments
 (0)