Skip to content

Commit f6f978f

Browse files
authored
docs: correct suggestion for bot setup (#3342)
The option suggested here (Read only) is not an option, and wouldn't mean/do anything - you can read these files if you have access to the repo files. The description says this is needed if the PR could change the workflow files, so you need "Read and Write". Pretty sure this is just a typo, copied from the line below instead of the line above.
1 parent 6cd32fd commit f6f978f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/concepts-guidelines.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ GitHub App generated tokens can be configured with fine-grained permissions and
303303
- Uncheck `Active` under `Webhook`. You do not need to enter a `Webhook URL`.
304304
- Under `Repository permissions: Contents` select `Access: Read & write`.
305305
- Under `Repository permissions: Pull requests` select `Access: Read & write`.
306-
- Under `Repository permissions: Workflows` select `Access: Read-only`.
306+
- Under `Repository permissions: Workflows` select `Access: Read & write`.
307307
- **NOTE**: Only needed if pull requests could contain changes to Actions workflows.
308308
- Under `Organization permissions: Members` select `Access: Read-only`.
309309
- **NOTE**: Only needed if you would like add teams as reviewers to PRs.

0 commit comments

Comments
 (0)