Skip to content

Commit 7d64a47

Browse files
committed
Assign extra permissions to bloat-check
1 parent fbcae80 commit 7d64a47

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/bloat-check.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,19 @@ on:
2020
permissions:
2121
issues: write
2222
pull-requests: write
23+
actions: write
24+
attestations: write
25+
checks: write
26+
contents: write
27+
deployments: write
28+
discussions: write
29+
metadata: read
30+
models: read
31+
packages: write
32+
pages: write
33+
repository-projects: write
34+
security-events: write
35+
statuses: write
2336

2437
concurrency:
2538
group: ${{ github.workflow }}

0 commit comments

Comments
 (0)