mirror of
https://github.com/nix-community/disko
synced 2024-11-10 06:14:14 +00:00
update-flake-lock: add permission to create pr
This commit is contained in:
parent
fc63247f9e
commit
55eea2030a
1 changed files with 3 additions and 1 deletions
4
.github/workflows/update-flake-lock.yml
vendored
4
.github/workflows/update-flake-lock.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue