Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/chainguard/sync-github.sts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ claim_pattern:
job_workflow_ref: chainguard-dev/infra/.github/workflows/.terraform.yaml@.*

permissions:
administration: write # required to manage the repository
contents: write # required per terraform docs (https://registry.terraform.io/providers/integrations/github/latest/docs/resources/repository)
members: write # to add/remove GitHub members
metadata: read # to read metadata about the org

Expand Down
4 changes: 3 additions & 1 deletion .github/chainguard/verify-github.sts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ claim_pattern:
job_workflow_ref: chainguard-dev/infra/.github/workflows/.terraform.yaml@.*

permissions:
members: write # to add/remove GitHub members
administration: read # required to read the repository
contents: write # required per terraform docs (https://registry.terraform.io/providers/integrations/github/latest/docs/resources/repository)
members: read # to add/remove GitHub members
metadata: read # to read metadata about the org

repositories: [] # Act over all of the repos in the org.