Skip to content

Commit

Permalink
Remove the correct key file
Browse files Browse the repository at this point in the history
  • Loading branch information
zregvart committed Mar 29, 2024
1 parent 162fde6 commit b303569
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/create-pr.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ if [ -n "${APP_INSTALL_ID:-}" ]; then
echo "${DEPLOY_KEY}" > "${HOME}/.ssh/id_ed25519"
chmod 600 "${HOME}/.ssh/id_ed25519"
git config --global user.signingKey "$(ssh-keygen -y -f "${HOME}/.ssh/id_ed25519")"
trap 'rm -rf "${HOME}/.ssh/id_rsa"' EXIT
trap 'rm -rf "${HOME}/.ssh/id_ed25519"' EXIT
export GITHUB_USER="$GITHUB_ACTOR"
fi

Expand Down

0 comments on commit b303569

Please sign in to comment.