This commit is contained in:
parent
be3d103791
commit
0175877dcd
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ jobs:
|
||||||
- name: update hassio-addons
|
- name: update hassio-addons
|
||||||
if: startsWith(github.ref, 'refs/tags/v')
|
if: startsWith(github.ref, 'refs/tags/v')
|
||||||
run: |
|
run: |
|
||||||
set -exuo pipefail
|
set -ex
|
||||||
|
|
||||||
echo "${{ secret.DEPLOY_SSH_KEY }}" >> ~/.ssh/id_ed25519
|
echo "${{ secret.DEPLOY_SSH_KEY }}" >> ~/.ssh/id_ed25519
|
||||||
chmod 600 ~/.ssh/id_edi25519
|
chmod 600 ~/.ssh/id_edi25519
|
||||||
|
|
Loading…
Reference in a new issue