Skip to content

Commit

Permalink
Make instructions for generating a token clearer (getsentry#188)
Browse files Browse the repository at this point in the history
A Client Secret is pre-generaterd at the bottom of the page with a copy button so it is unclear what the user needs to do.
  • Loading branch information
singhprd authored Jul 2, 2024
1 parent b4057e3 commit ccab208
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Give your new integration a name (for example, "GitHub Action Release Integratio

![View of internal integration permissions.](images/internal-integration-permissions.png)

Click “Save” at the bottom of the page and grab your token, which you’ll use as your `SENTRY_AUTH_TOKEN`. We recommend you store this as an [encrypted secret](https://docs.github.com/en/actions/security-guides/using-secrets-in-github-actions).
Click “Save” at the bottom of the page, then go back into your newly created integration and click "New Token". Grab this newly generated token and use it as your `SENTRY_AUTH_TOKEN`. We recommend you store this as an [encrypted secret](https://docs.github.com/en/actions/security-guides/using-secrets-in-github-actions).

## Usage

Expand Down

0 comments on commit ccab208

Please sign in to comment.