Skip to content

Commit

Permalink
docs: PAT required for release workflows to be triggered (#376)
Browse files Browse the repository at this point in the history
  • Loading branch information
iloveitaly committed Mar 8, 2024
1 parent 1468521 commit 611b8bc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Expand Up @@ -234,4 +234,7 @@ permissions:

[GitHub token permissions](https://docs.github.com/en/actions/security-guides/automatic-token-authentication#permissions-for-the-github_token) can be set for an individual job, workflow, or for Actions as a whole.

Note that if you intend to run workflows on the release event (`on: { release: { types: [published] } }`), you need to use
a personal access token for this action, as the [default `secrets.GITHUB_TOKEN` does not trigger another workflow](https://github.com/actions/create-release/issues/71).

Doug Tangren (softprops) 2019

0 comments on commit 611b8bc

Please sign in to comment.