Skip to content

Commit 2859f2b

Browse files
committed
try to give the CI job permission to create PRs
1 parent ee20c86 commit 2859f2b

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)