File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,8 @@ claim_pattern:
77 job_workflow_ref : chainguard-dev/infra/.github/workflows/.terraform.yaml@.*
88
99permissions :
10- administration : write # to add/remove repositories
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)
1112 members : write # to add/remove GitHub members
1213 metadata : read # to read metadata about the org
1314
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ claim_pattern:
88
99permissions :
1010 administration : read # required to read the repository
11- contents : read # required per terraform docs (https://registry.terraform.io/providers/integrations/github/latest/docs/resources/repository)
11+ contents : write # required per terraform docs (https://registry.terraform.io/providers/integrations/github/latest/docs/resources/repository)
1212 members : read # to add/remove GitHub members
1313 metadata : read # to read metadata about the org
1414
You can’t perform that action at this time.
0 commit comments