Skip to content

Commit 179c2af

Browse files
authored
chore: Grant statuses:write to Post Unit Tests workflow (#2520)
Adds `statuses: write` permission so the workflow_run status-post step can set the commit status (was failing with `Resource not accessible by integration`). https://github.com/cloudquery/plugin-sdk/actions/runs/27411930203/job/81015057613
1 parent d5abdb5 commit 179c2af

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/unittest-post.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99
permissions:
1010
contents: read
1111
actions: read
12+
statuses: write
1213

1314
jobs:
1415
post-unitests:

0 commit comments

Comments
 (0)