Skip to content

Commit becf94e

Browse files
authored
Update API key format in self-hosted documentation (#199)
1 parent 74aaf1e commit becf94e

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

Diff for: docs/self-hosted/azure-devops.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ AZURE_DEVOPS_BOT_TOKEN=<personal-access-token>
8686
AZURE_DEVOPS_BOT_USERNAME=<bot-user-username>
8787
CODERABBIT_LICENSE_KEY=<license-key>
8888

89-
CODERABBIT_API_KEY=[<coderabbitai-api-key>]
89+
CODERABBIT_API_KEY=<coderabbitai-api-key>
9090
ENABLE_LEARNINGS=[true]
9191
ENABLE_METRICS=[true]
9292

Diff for: docs/self-hosted/bitbucket.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,9 @@ BITBUCKET_SERVER_URL=<bitbucket-server-url>/rest
7777
BITBUCKET_SERVER_WEBHOOK_SECRET=<webhook-secret>
7878
BITBUCKET_SERVER_BOT_TOKEN=<personal-access-token>
7979
BITBUCKET_SERVER_BOT_USERNAME=<bot-user-username>
80+
8081
CODERABBIT_LICENSE_KEY=<license-key>
81-
CODERABBIT_API_KEY=[<coderabbitai-api-key>]
82+
CODERABBIT_API_KEY=<coderabbitai-api-key>
8283

8384
# Optional Features
8485
ENABLE_LEARNINGS=[true]

Diff for: docs/self-hosted/github.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ Set the following Repository permissions:
2222
- Issues: Read & write
2323
- Metadata: Read-only
2424
- Pull requests: Read & write
25+
- Actions: Read-only
2526

2627
Set the following Organization permissions:
2728

@@ -100,7 +101,7 @@ GITHUB_APP_PEM_FILE=<flattened-pem-file>
100101

101102
CODERABBIT_LICENSE_KEY=<license-key>
102103

103-
CODERABBIT_API_KEY=[<coderabbitai-api-key>]
104+
CODERABBIT_API_KEY=<coderabbitai-api-key>
104105
# This will use your CodeRabbit API key to store learnings on our servers.
105106
ENABLE_LEARNINGS=[true]
106107
ENABLE_METRICS=[true]

Diff for: docs/self-hosted/gitlab.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ GITLAB_BOT_TOKEN=<personal-access-token>
9191
GITLAB_WEBHOOK_SECRET=<webhook-secret-key>
9292
CODERABBIT_LICENSE_KEY=<license-key>
9393

94-
CODERABBIT_API_KEY=[<coderabbitai-api-key>]
94+
CODERABBIT_API_KEY=<coderabbitai-api-key>
9595
ENABLE_LEARNINGS=[true]
9696
ENABLE_METRICS=[true]
9797

0 commit comments

Comments
 (0)