update-flake-lock: add permission to create pr

This commit is contained in:
Jörg Thalheim 2023-06-12 06:49:44 +02:00
parent fc63247f9e
commit 55eea2030a

View File

@ -3,7 +3,9 @@ on:
workflow_dispatch: # allows manual triggering
schedule:
- cron: '0 0 * * 1,4' # Run twice a week
permissions:
pull-requests: write
contents: write
jobs:
lockfile:
runs-on: ubuntu-latest