Skip to content

Commit 8d4c863

Browse files
committed
needs write permissions to update the org project board
Signed-off-by: James Rawlings <jrawlings@chainguard.dev>
1 parent 133a714 commit 8d4c863

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/chainguard/project-board-sync.sts.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@ issuer: https://token.actions.githubusercontent.com
22
subject: repo:chainguard-dev/project-backup:ref:refs/heads/main
33
claim_pattern:
44
# Restrict to specific workflow
5-
workflow_ref: chainguard-dev/project-backup/.github/workflows/sync-pr-board\.yml@refs/heads/main
5+
workflow_ref: chainguard-dev/project-backup/.github/workflows/sync-pr-board-wolfi.yml@refs/heads/main
66

77
permissions:
88
metadata: read
99
contents: read
10-
issues: read
10+
issues: write
1111
pull_requests: read
1212
repository_projects: read
13-
organization_projects: read
13+
organization_projects: write
1414
members: read
1515

1616
repositories:

0 commit comments

Comments
 (0)