Hi,
I want to set up a step in my pipelines where I can automatically raise a pull request from develop branch to master branch (as part of the release process). However, I cannot seem to find the solution when using with this REST API pull request . The problem, I think, is because the curl command is running in pipelines environment with bitbucket-pipelines user, and I have no idea what is the password for this user.
Please any one could help me with this issue?
Thanks,
Truc
Hi @Truc Nguyen ,
you can generate an BITBUCKET APP PASSWORD with `pull-request` write permissions.
And authenticate with BITBUCKET_USERNAME and BITBUCKET_APP_PASSWORD.
Or setup OAuth2 consumer.
Cheers,
Alex
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.