Skip to content

Commit

Permalink
docs: add-to-project requires read permissions on the issues (#12)
Browse files Browse the repository at this point in the history
Unfortunately
[`actions/add-to-project`](https://github.com/actions/add-to-project)
does not support repos/projects under different organisations. I should
probably add an issue.
  • Loading branch information
aborgna-q authored Sep 25, 2024
1 parent 9be7507 commit 687f5ef
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ The fine-grained `GITHUB_PAT` secret must include the following permissions:
| Permission | Access |
| --- | --- |
| Projects | Read and write |
| Pull requests | Read |

Critically, the token does not need access to the repository itself. If the
repository and the project board are in different organizations, the token only
needs permissions to the latter.
Note that fine-grained access tokens cannot grant permissions to projects and repositories in different organisations simultaneously.
In those cases, you will need an unrestricted _classical_ github token instead.

0 comments on commit 687f5ef

Please sign in to comment.