Skip to content

Commit d47e254

Browse files
committed
Auto merge of rust-lang#3908 - RalfJung:perms, r=RalfJung
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.
2 parents 09e8122 + 3a108a7 commit d47e254

File tree

1 file changed

+3
-1
lines changed
  • src/tools/miri/.github/workflows

1 file changed

+3
-1
lines changed

src/tools/miri/.github/workflows/ci.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ on:
1313
- cron: '44 4 * * *' # At 4:44 UTC every day.
1414

1515
permissions:
16-
contents: read
16+
# The cronjob needs to be able to push to the repo...
17+
contents: write
18+
# ... and create a PR.
1719
pull-requests: write
1820

1921
defaults:

0 commit comments

Comments
 (0)