try to give the CI job permission to create PRs
This commit is contained in:
parent
ee20c86282
commit
2859f2bafc
1 changed files with 3 additions and 0 deletions
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…
Add table
Reference in a new issue