Add config example, changeset and API reports

Signed-off-by: Jake Smith <jakemgsmith@gmail.com>
This commit is contained in:
Jake Smith
2025-11-22 03:41:05 +00:00
committed by Fredrik Adelöw
parent 959e6ecc5a
commit 37fba1d8ec
4 changed files with 47 additions and 8 deletions
+4
View File
@@ -109,8 +109,12 @@ integrations:
token: ${GITLAB_TOKEN}
### Example for how to add a bitbucket cloud integration
# bitbucketCloud:
# # Using API token
# - username: ${BITBUCKET_USERNAME}
# token: ${BITBUCKET_API_TOKEN}
# # Using OAuth
# - clientId: ${BITBUCKET_CLIENT_ID}
# clientSecret: ${BITBUCKET_CLIENT_SECRET}
### Example for how to add your bitbucket server instance using the API:
# - host: server.bitbucket.com
# apiBaseUrl: server.bitbucket.com