Skip to content

Commit 873cecb

Browse files
committed
Fix token usage
1 parent 1f5179e commit 873cecb

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
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+
8. 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+
8. 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: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,3 @@ To use the Auto-Update SDK, you need to create an internal integration token wit
1616
6. Click **Save Changes**
1717
7. 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)