Skip to content

Commit

Permalink
Improve url to create new github token
Browse files Browse the repository at this point in the history
  • Loading branch information
webpro committed Oct 17, 2020
1 parent b71c057 commit bf46194
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -241,8 +241,8 @@ The "Releases" tab on GitHub projects links to a page to store the changelog cq.
[GitHub releases](https://help.github.com/articles/creating-releases) in your release-it flow:

- Configure `github.release: true`
- Obtain a [personal access token](https://github.com/settings/tokens) (release-it only needs "repo" access; no "admin"
or other scopes).
- Obtain a [personal access token](https://github.com/settings/tokens/new?scopes=repo&description=release-it)
(release-it only needs "repo" access; no "admin" or other scopes).
- Make sure the token is [available as an environment variable](./docs/environment-variables.md).

→ See [GitHub Releases](./docs/github-releases.md) for more details.
Expand Down
4 changes: 2 additions & 2 deletions docs/github-releases.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ See this screenshot for an overview of what release-it automates:
To add [GitHub releases](https://help.github.com/articles/creating-releases/) in your release-it flow:

- Configure `github.release: true`.
- Obtain a [personal access token](https://github.com/settings/tokens) (release-it only needs "repo" access; no "admin"
or other scopes).
- Obtain a [personal access token](https://github.com/settings/tokens/new?scopes=repo&description=release-it)
(release-it only needs "repo" access; no "admin" or other scopes).
- Make sure the token is [available as an environment variable](./environment-variables.md).

Do not put the actual token in the release-it configuration. It will be read from the `GITHUB_TOKEN` environment
Expand Down

0 comments on commit bf46194

Please sign in to comment.