diff --git a/.woodpecker/age-check.yml b/.woodpecker/age-check.yml index 2c6ab29..82daccd 100644 --- a/.woodpecker/age-check.yml +++ b/.woodpecker/age-check.yml @@ -21,6 +21,7 @@ steps: commands: - apk add --update openssh-client bash - eval $(ssh-agent -s) + - git remote set-url origin "${CI_REPO_CLONE_SSH_URL}" - bash -c 'ssh-add <(echo "$SSH_PRIVATE_KEY")' - git config --global user.email "${author_email:-git@polarolouis.fr}" - git config --global user.name "${author_name:-Bot}"