File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ claim_pattern:
77 job_workflow_ref : chainguard-dev/infra/.github/workflows/.terraform.yaml@.*
88
99permissions :
10+ administration : write # required to manage the repository
11+ contents : write # required per terraform docs (https://registry.terraform.io/providers/integrations/github/latest/docs/resources/repository)
1012 members : write # to add/remove GitHub members
1113 metadata : read # to read metadata about the org
1214
Original file line number Diff line number Diff line change @@ -7,7 +7,9 @@ claim_pattern:
77 job_workflow_ref : chainguard-dev/infra/.github/workflows/.terraform.yaml@.*
88
99permissions :
10- members : write # to add/remove GitHub members
10+ administration : read # required to read the repository
11+ contents : write # required per terraform docs (https://registry.terraform.io/providers/integrations/github/latest/docs/resources/repository)
12+ members : read # to add/remove GitHub members
1113 metadata : read # to read metadata about the org
1214
1315repositories : [] # Act over all of the repos in the org.
You can’t perform that action at this time.
0 commit comments