Open
Description
We are using the scm config to run our pipelines via a private bitbucket repo like in this example:
providers {
bitbucket {
user = 'me'
password = 'my-secret'
}
}
Is there a way to have this set up so that it's not linked to a user account? Like with an access token?
https://support.atlassian.com/bitbucket-cloud/docs/access-tokens/