Skip to content

Commit

Permalink
docs(website): clarify authentication with GitHub token
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun committed Aug 8, 2024
1 parent 8430c5c commit 2c2913e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/integration/github.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Although this is enough for a couple of runs of **git-cliff**, it is suggested t

:::tip

Follow [this guide](https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/managing-your-personal-access-tokens) for creating an access token. It can be either a classic or fine-grained token _without_ permissions.
Follow [this guide](https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/managing-your-personal-access-tokens) for creating an access token. It can be either a classic or fine-grained token **without permissions**. Also, if you are running **git-cliff** in GitHub Actions, using `${{ secrets.GITHUB_TOKEN }}` is also enough.

:::

Expand Down

0 comments on commit 2c2913e

Please sign in to comment.