Hi,
I have a pipeline setup in which I create a brand new bitbucket repository and push some templates to it. Now I can get read access through the use of project and repository SSH keys. But I need to push code to the new repo so that does not work. How can I allow this one repo to have write access to other repositories within the workspace or projects?
This is a brand new repo I'm creating every time so ideally some workspace level access would be best.
Thanks
Hi @mateusz.maly.external and welcome to the community!
I just wanted to add that there is one more option, other than the ones that Riley suggested: you could also use SSH.
This way, your build will have write access to all the repos that belong to this workspace.
If you want to push to a newly created repo from your build this way, you will then need to use the SSH URL of this newly created repo. The format is as follows:
git@bitbucket.org:workspace-id/repo-slug.git
If you have any questions, please feel free to reach out!
Kind regards,
Theodora
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.