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