Skip to content

Commit

Permalink
Update access-token.owner-template.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
qoomon authored Jul 3, 2024
1 parent 69d1072 commit 90af789
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions action/docs/access-token.owner-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ allowed-subjects: [] # An empty list means that all subjects are allowed
allowed-repository-permissions: # https://docs.github.com/en/rest/authentication/permissions-required-for-github-apps
# actions: write # read or write
# actions-variables: write # read or write
# administration: write # read or write
# administration: write # read or write - BE AWARE 'administration' scope can not be completely limited to a repository e.g. create new repositories is still possible
# checks : write # read or write
# codespaces : write # read or write
# codespaces-lifecycle-admin : write # read or write
Expand Down Expand Up @@ -64,7 +64,7 @@ statements:
permissions: # https://docs.github.com/en/rest/authentication/permissions-required-for-github-apps
# actions: write # read or write
# actions-variables: write # read or write
# administration: write # read or write
# administration: write # read or write - BE AWARE 'administration' scope can not be completely limited to a repository e.g. create new repositories is still possible
# checks : write # read or write
# codespaces : write # read or write
# codespaces-lifecycle-admin : write # read or write
Expand Down Expand Up @@ -93,4 +93,4 @@ statements:
# statuses : write # read or write
# team-discussions : write # read or write
# vulnerability-alerts : write # read or write
# workflows: write # write
# workflows: write # write

0 comments on commit 90af789

Please sign in to comment.