mirror of
https://github.com/Mic92/sops-nix.git
synced 2024-12-14 11:57:52 +00:00
automerge flake-updates with bors
This commit is contained in:
parent
3c8cf2ecb8
commit
24e51949eb
1 changed files with 6 additions and 1 deletions
7
.github/workflows/upgrade-flakes.yml
vendored
7
.github/workflows/upgrade-flakes.yml
vendored
|
@ -13,9 +13,14 @@ jobs:
|
|||
uses: cachix/install-nix-action@v18
|
||||
with:
|
||||
extra_nix_config: |
|
||||
experimental-features = nix-command flakes
|
||||
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
|
||||
- name: Update flake.lock
|
||||
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