Skip to content

Commit 133a714

Browse files
committed
add oct-sts policy for project board syncer
This is to replace PAT token https://github.com/chainguard-dev/project-backup/blob/40cb18de571d43ca59b774ee36ded3137413307d/.github/workflows/sync-pr-board.yml#L38 Signed-off-by: James Rawlings <[email protected]>
1 parent 1a74b6d commit 133a714

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
issuer: https://token.actions.githubusercontent.com
2+
subject: repo:chainguard-dev/project-backup:ref:refs/heads/main
3+
claim_pattern:
4+
# Restrict to specific workflow
5+
workflow_ref: chainguard-dev/project-backup/.github/workflows/sync-pr-board\.yml@refs/heads/main
6+
7+
permissions:
8+
metadata: read
9+
contents: read
10+
issues: read
11+
pull_requests: read
12+
repository_projects: read
13+
organization_projects: read
14+
members: read
15+
16+
repositories:
17+
- wolfi-dev/os
18+
- wolfi-dev/advisories

0 commit comments

Comments
 (0)