Skip to content

Commit 611b8bc

Browse files
authored
docs: PAT required for release workflows to be triggered (#376)
1 parent 1468521 commit 611b8bc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -234,4 +234,7 @@ permissions:
234234

235235
[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.
236236

237+
Note that if you intend to run workflows on the release event (`on: { release: { types: [published] } }`), you need to use
238+
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).
239+
237240
Doug Tangren (softprops) 2019

0 commit comments

Comments
 (0)