Merge pull request #12038 from Bonial-International-GmbH/pjungermann/update-appconfig
chore: replace `integrations.bitbucket` with `[..].bitbucketCloud` in `app-config.yaml`
This commit is contained in:
+2
-3
@@ -182,9 +182,8 @@ integrations:
|
||||
gitlab:
|
||||
- host: gitlab.com
|
||||
token: ${GITLAB_TOKEN}
|
||||
bitbucket:
|
||||
- host: bitbucket.org
|
||||
username: ${BITBUCKET_USERNAME}
|
||||
bitbucketCloud:
|
||||
- username: ${BITBUCKET_USERNAME}
|
||||
appPassword: ${BITBUCKET_APP_PASSWORD}
|
||||
### Example for how to add your bitbucket server instance using the API:
|
||||
# - host: server.bitbucket.com
|
||||
|
||||
Reference in New Issue
Block a user