Skip to content

Commit 83fcb57

Browse files
committed
No heredocs
1 parent 891055b commit 83fcb57

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/ci.yml

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

3333
steps:
3434
- name: Setup deploy keys
35-
run: ssh-add - <<< '${{ secrets.MX_REGISTRY_KEY }}'
35+
run: printf "%s" "$MX_REGISTRY_KEY" | ssh-add -
36+
env:
37+
MX_REGISTRY_KEY: ${{ secrets.MX_REGISTRY_KEY }}
3638

3739
- name: Checkout repository
3840
uses: actions/checkout@v4

0 commit comments

Comments
 (0)