Skip to content

Commit 891055b

Browse files
committed
No ssh-agent
1 parent 58d341a commit 891055b

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,7 @@ jobs:
3232

3333
steps:
3434
- name: Setup deploy keys
35-
run: |
36-
eval $(ssh-agent -s)
37-
ssh-add - <<< '${{ secrets.MX_REGISTRY_KEY }}'
35+
run: ssh-add - <<< '${{ secrets.MX_REGISTRY_KEY }}'
3836

3937
- name: Checkout repository
4038
uses: actions/checkout@v4

0 commit comments

Comments
 (0)