chore: Update alpha.yml workflow to use new deploy key for SSH authentication

This commit is contained in:
Mauro Balades
2024-07-11 19:56:23 +02:00
parent b300a95854
commit d0ea429401

View File

@@ -599,7 +599,7 @@ jobs:
mkdir -p ~/.ssh
ssh-keyscan github.com >> ~/.ssh/known_hosts
ssh-agent -a $SSH_AUTH_SOCK > /dev/null
ssh-add - <<< "${{ secrets.SSH_PRIVATE_KEY }}"
ssh-add - <<< "${{ secrets.DEPLOY_KEY }}"
- name: Commit update manifests
env: