There was an error while loading. Please reload this page.
1 parent 58d341a commit 891055bCopy full SHA for 891055b
1 file changed
.github/workflows/ci.yml
@@ -32,9 +32,7 @@ jobs:
32
33
steps:
34
- name: Setup deploy keys
35
- run: |
36
- eval $(ssh-agent -s)
37
- ssh-add - <<< '${{ secrets.MX_REGISTRY_KEY }}'
+ run: ssh-add - <<< '${{ secrets.MX_REGISTRY_KEY }}'
38
39
- name: Checkout repository
40
uses: actions/checkout@v4
0 commit comments