Skip to content

Commit 8243a8c

Browse files
committed
Auto merge of rust-lang#3903 - RalfJung:auto-prs, r=RalfJung
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.
2 parents ee20c86 + 2859f2b commit 8243a8c

File tree

1 file changed

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

1 file changed

+3
-0
lines changed

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

+3
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ on:
1212
schedule:
1313
- cron: '44 4 * * *' # At 4:44 UTC every day.
1414

15+
permissions:
16+
contents: write
17+
1518
defaults:
1619
run:
1720
shell: bash

0 commit comments

Comments
 (0)