Skip to content

Commit 7f007f1

Browse files
docs: clarify organization settings required for permissions (#973)
These changes would have saved me some time. Maybe this will be true for other people as well. <!-- Thank you for proposing a pull request! Please note that SOME TESTS WILL LIKELY FAIL due to how GitHub exposes secrets in Pull Requests from forks. Someone from the team will review your Pull Request and respond. Please describe your change and any implementation details below. --> --------- Signed-off-by: Eric Dubé <eric.alex.dube@gmail.com> Signed-off-by: Jeff Ching <chingor@google.com> Co-authored-by: Jeff Ching <chingor@google.com>
1 parent a02a34c commit 7f007f1

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -90,9 +90,14 @@ steps:
9090
`release-please` requires a GitHub token to access the GitHub API. You configure this token via
9191
the `token` configuration option.
9292

93+
If your repository is in an organization, you may need to
94+
[permit github actions to create an approve PRs](https://stackoverflow.com/questions/72376229).
95+
9396
> [!WARNING]
9497
> If using GitHub Actions, you will need to specify a `token` for your workflows to run on
95-
> Release Please's releases and PRs.
98+
> Release Please's releases and PRs. See [the heading below](#other-actions-on-release-please-prs).
99+
100+
### Other Actions on Release Please PRs
96101

97102
By default, Release Please uses the built-in `GITHUB_TOKEN` secret. However, all resources created
98103
by `release-please` (release tag or release pull request) will not trigger future GitHub actions workflows,

0 commit comments

Comments
 (0)