Skip to content

Commit 867c9f6

Browse files
committed
Fix permissions on restarter workflow
1 parent 661d64b commit 867c9f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/restart-preempted-libcxx-jobs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
name: "Restart Job"
2525
permissions:
2626
statuses: read
27-
checks: read
27+
checks: write
2828
actions: write
2929
runs-on: ubuntu-latest
3030
steps:

0 commit comments

Comments
 (0)