ci: automerge flake updates

This commit is contained in:
Jörg Thalheim 2023-01-23 09:06:47 +01:00
parent 36ef99fca6
commit f0fff7ab32

View File

@ -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