From e636a012276519e4277c94f721c3924d64643a73 Mon Sep 17 00:00:00 2001 From: Patrick Jungermann Date: Wed, 15 Jun 2022 11:47:17 +0200 Subject: [PATCH] chore: replace `integrations.bitbucket` with `[..].bitbucketCloud` in `app-config.yaml` Replace `integrations.bitbucket` with `integrations.bitbucketCloud` in `app-config.yaml` (local dev, demo). Signed-off-by: Patrick Jungermann --- app-config.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/app-config.yaml b/app-config.yaml index 5919deb1ee..2f9f6e4f9a 100644 --- a/app-config.yaml +++ b/app-config.yaml @@ -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