mirror of
https://github.com/nix-community/disko
synced 2024-11-10 06:14:14 +00:00
ci: automerge flake updates
This commit is contained in:
parent
36ef99fca6
commit
f0fff7ab32
1 changed files with 7 additions and 1 deletions
8
.github/workflows/update-flake-lock.yml
vendored
8
.github/workflows/update-flake-lock.yml
vendored
|
@ -16,6 +16,12 @@ jobs:
|
|||
extra_nix_config: |
|
||||
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
|
||||
- name: Update flake.lock
|
||||
uses: DeterminateSystems/update-flake-lock@v15
|
||||
uses: DeterminateSystems/update-flake-lock@v16
|
||||
with:
|
||||
token: ${{ secrets.GH_TOKEN_FOR_UPDATES }}
|
||||
pr-body: |
|
||||
Automated changes by the update-flake-lock
|
||||
```
|
||||
{{ env.GIT_COMMIT_MESSAGE }}
|
||||
```
|
||||
bors merge
|
||||
|
|
Loading…
Reference in a new issue