Skip to content

Commit 64c987f

Browse files
committed
Fix token usage
1 parent 1f5179e commit 64c987f

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

docs/platforms/android/build-distribution/auto-update.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ Make sure your Sentry Java version is at least 8.27.0 and you have the [Sentry A
2222
You'll also need an [internal integration token](#create-an-integration-token) with Build Distribution permissions.
2323

2424
<Include name="build-distribution/create-integration-token" />
25+
1. Copy the generated token to your CI secrets as an environment `SENTRY_DISTRIBUTION_AUTH_TOKEN`
2526

2627
## Installation
2728

docs/platforms/apple/guides/ios/build-distribution/auto-update.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ The SDK can only be installed using Swift Package Manager.
2222
You'll also need an [internal integration token](#create-an-integration-token) with Build Distribution permissions.
2323

2424
<Include name="build-distribution/create-integration-token" />
25+
1. Save the new token, you will need it when using the SDK from Swift.
2526

2627
## Installation
2728

includes/build-distribution/create-integration-token.mdx

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,16 @@
33
To use the Auto-Update SDK, you need to create an internal integration token with the appropriate permissions:
44

55
1. Navigate to **Settings > Custom Integrations** in your Sentry organization
6-
2. Click **Create New Integration**
6+
1. Click **Create New Integration**
77
![Create New Integration =800x](./images/create-new-integration.png)
88

9-
3. Select **Internal Integration** and click **Next**
9+
1. Select **Internal Integration** and click **Next**
1010
![Internal Integration =600x](./images/internal-integration.png)
1111

12-
4. Give your integration a name (e.g., "Build Distribution")
12+
1. Give your integration a name (e.g., "Build Distribution")
1313
![Name token =800x](./images/name-token.png)
14-
5. Under **Permissions**, select **Read** next to the **Distribution** scope.
14+
1. Under **Permissions**, select **Read** next to the **Distribution** scope.
1515
![Set Permissions =800x](./images/set-permissions.png)
16-
6. Click **Save Changes**
17-
7. Scroll down to the Tokens section and click **New Token**
16+
1. Click **Save Changes**
17+
1. Scroll down to the Tokens section and click **New Token**
1818
![Create New Token =800x](./images/create-auth-token.png)
19-
8. Copy the generated token to your CI secrets as an environment `SENTRY_DISTRIBUTION_AUTH_TOKEN`
20-

0 commit comments

Comments
 (0)