parent
0f49133fb0
commit
c3364325b7
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ jobs:
|
||||||
- name: Configure Delivery
|
- name: Configure Delivery
|
||||||
run: |
|
run: |
|
||||||
mkdir --parents ~/.ssh
|
mkdir --parents ~/.ssh
|
||||||
echo -n '${{secrets.cd}}' > ~/.ssh/id_ed25519
|
echo '${{secrets.cd}}' > ~/.ssh/id_ed25519
|
||||||
chmod 600 ~/.ssh/id_ed25519
|
chmod 600 ~/.ssh/id_ed25519
|
||||||
sha256sum ~/.ssh/id_ed25519
|
sha256sum ~/.ssh/id_ed25519
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue