mirror of
https://github.com/zen-browser/desktop.git
synced 2025-09-05 19:08:18 +00:00
chore: Update alpha.yml workflow to use new deploy key for SSH authentication
This commit is contained in:
2
.github/workflows/alpha.yml
vendored
2
.github/workflows/alpha.yml
vendored
@@ -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:
|
||||
|
Reference in New Issue
Block a user