try to give the CI job permission to create PRs

This commit is contained in:
Ralf Jung 2024-09-22 12:51:11 +02:00
parent ee20c86282
commit 2859f2bafc

View File

@ -12,6 +12,9 @@ on:
schedule:
- cron: '44 4 * * *' # At 4:44 UTC every day.
permissions:
contents: write
defaults:
run:
shell: bash