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
+11-7Lines changed: 11 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,12 +21,14 @@ To run the action within your github CI/CD pipeline you will need to create a
21
21
fine-grained token with the following permissions:
22
22
23
23
### Organization Permissions
24
-
- Read and Write access to organization administration
24
+
25
25
- Read, Write, and Admin access to organization custom properties
26
26
27
-
### Repository Permissions
28
-
- Read access to metadata
29
-
- Read and Write access to code and repository custom properties
27
+
### Additional Information
28
+
29
+
-[Create or update a custom property for an organization](https://docs.github.com/en/rest/orgs/custom-properties?apiVersion=2022-11-28#create-or-update-a-custom-property-for-an-organization)
30
+
-[Fine-grained personal access tokens](https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/managing-your-personal-access-tokens#creating-a-fine-grained-personal-access-token)
31
+
- The owner of the fine-grained token must have full administrative rights to the organization.
0 commit comments