Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ When creating the token, the **minimum required scopes** are:

_Note on GitHub Actions:_ You can use the default token which is provided in the secret _GITHUB_TOKEN_. However releases done with this token will NOT trigger release events to start other workflows.
If you have actions that trigger on newly created releases, please use a generated token for that and store it in your repository's secrets (any other name than GITHUB_TOKEN is fine).
When you use PAT, you have to use the same token for checking out the repository. For `actions/checkout` use `with.token: ${{ secret.GH_TOKEN }}`. Otherwise the action won't be able to commit the new tag.

When using the _GITHUB_TOKEN_, the **minimum required permissions** are:

Expand Down