Skip to content

Commit

Permalink
Fix permissions on restarter workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
EricWF committed Jun 1, 2024
1 parent 661d64b commit 867c9f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/restart-preempted-libcxx-jobs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
name: "Restart Job"
permissions:
statuses: read
checks: read
checks: write
actions: write
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 867c9f6

Please sign in to comment.