Skip to content

Commit

Permalink
Auto merge of rust-lang#3903 - RalfJung:auto-prs, r=RalfJung
Browse files Browse the repository at this point in the history
try to give the CI job permission to create PRs

See the discussion [here](https://rust-lang.zulipchat.com/#narrow/stream/242791-t-infra/topic/did.20github.20token.20permissions.20change.3F).

`@rust-lang/infra` just a heads-up that we are doing this -- I have no idea if this could cause any issues elsewhere, or if it is important that we limit the permissions here somehow, or so.
  • Loading branch information
bors committed Sep 22, 2024
2 parents ee20c86 + 2859f2b commit 8243a8c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/tools/miri/.github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ on:
schedule:
- cron: '44 4 * * *' # At 4:44 UTC every day.

permissions:
contents: write

defaults:
run:
shell: bash
Expand Down

0 comments on commit 8243a8c

Please sign in to comment.