Skip to content

Commit

Permalink
Or it isn't
Browse files Browse the repository at this point in the history
  • Loading branch information
thomashoneyman committed Jul 22, 2023
1 parent 1f187d7 commit 17b03ed
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ jobs:
SSH_AUTH_SOCK: /tmp/ssh_agent.sock
run: |
ssh-agent -a $SSH_AUTH_SOCK > /dev/null
$SSH_KEY=$(echo "${{ secrets.PACCHETTIBOTTI_SSH_KEY }}" | base64 --decode)
ssh-add - <<< "$SSH_KEY"
ssh-add - <<< "${{ secrets.PACCHETTIBOTTI_SSH_KEY }}"
- name: Deploy with Colmena
env:
Expand Down

0 comments on commit 17b03ed

Please sign in to comment.