Skip to content

Commit

Permalink
Auto merge of #3908 - RalfJung:perms, r=RalfJung
Browse files Browse the repository at this point in the history
looks like we need more permissions

The cron job [failed](https://github.com/rust-lang/miri/actions/runs/11007186322/job/30563264024) last night, so let's see if this helps.
  • Loading branch information
bors committed Sep 24, 2024
2 parents 09e8122 + 3a108a7 commit d47e254
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/tools/miri/.github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ on:
- cron: '44 4 * * *' # At 4:44 UTC every day.

permissions:
contents: read
# The cronjob needs to be able to push to the repo...
contents: write
# ... and create a PR.
pull-requests: write

defaults:
Expand Down

0 comments on commit d47e254

Please sign in to comment.