try to give the CI job permission to create PRs
This commit is contained in:
parent
ee20c86282
commit
2859f2bafc
3
src/tools/miri/.github/workflows/ci.yml
vendored
3
src/tools/miri/.github/workflows/ci.yml
vendored
@ -12,6 +12,9 @@ on:
|
||||
schedule:
|
||||
- cron: '44 4 * * *' # At 4:44 UTC every day.
|
||||
|
||||
permissions:
|
||||
contents: write
|
||||
|
||||
defaults:
|
||||
run:
|
||||
shell: bash
|
||||
|
Loading…
Reference in New Issue
Block a user