Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
OiCMudkips committed Apr 19, 2024
1 parent a5538f1 commit b76d5ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
SSH_KEY=`mktemp -p "${GITHUB_WORKSPACE}" id_rsaXXXXXX`
echo "${{ secrets.VICTORZHOUDEV_SSH_KEY }}" >> "${SSH_KEY}"
SSH_AGENT_SETUP=$(ssh-agent)
echo "ssh agent setup ${SSH_AGENT_SETUP}"
eval "${SSH_AGENT_SETUP}"
DISPLAY=1 SSH_ASKPASS="${GITHUB_WORKSPACE}/.github/util/print_ssh_passphrase.sh" ssh-add "${SSH_KEY}"
echo "SSH_AGENT_SETUP=${SSH_AGENT_SETUP}" >> $GITHUB_ENV
Expand Down

0 comments on commit b76d5ed

Please sign in to comment.