You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -59,8 +59,9 @@ If you are running this action in an org-scoped repository that will be operatin
59
59
60
60
If you instead are using a GitHub App's [installation token](https://docs.github.com/en/developers/apps/building-github-apps/authenticating-with-github-apps#authenticating-as-an-installation), you will need to grant the following permissions to the token:
61
61
62
-
- `contents: write`: in order to write teams/collaborators to the repository.
63
-
- `members: read`: in order to list organization teams and their permissions on the repository.
62
+
- `metadata: read`: in order to list and collaborators and their permissions on the repository.
63
+
- `members: read`: in order to read data on organization teams and their permissions on the repository.
64
+
- `administration: write`: in order to add teams/collaborators to the repository.
0 commit comments