diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 29c13dd..ccbe99e 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -14,7 +14,7 @@ jobs: - name: Create SSH private key run: | mkdir -p .ssh/ - echo "${secrets.SSH_PRIV_KEY}" | tr -d '\r' > .ssh/id_rsa + echo "${{secrets.SSH_PRIV_KEY}}" | tr -d '\r' > .ssh/id_rsa chmod 600 .ssh/id_rsa - name: Retrieve Git serveur hostname and port env: