Writing a pipeline that can push commits into a bitbucket git repository using the GitRepo resource but I keep running into an issue with it. The user and integration have admin privileges on the repo and it was successfully able to create the webhook on the repo but for some reason is getting rejected when trying to push?
git@git.jfrog.info: Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.