This commit is contained in:
parent
347997c1c7
commit
f5e8b6b4e2
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ jobs:
|
||||||
- name: Update flake's lockfile and create commit
|
- name: Update flake's lockfile and create commit
|
||||||
run: nix flake update --commit-lock-file
|
run: nix flake update --commit-lock-file
|
||||||
- name: Push commit to the `update-flake-lock` remote branch
|
- name: Push commit to the `update-flake-lock` remote branch
|
||||||
run: git push origin --force update-flake-lock
|
run: git push origin --force update-flake-lock # sevenOfNix needs write access to the repository
|
||||||
- name: Login as `Seven of Nix`
|
- name: Login as `Seven of Nix`
|
||||||
run: |
|
run: |
|
||||||
tea logins add --token ${{secrets.SEVENOFNINE_TOKEN}} --url https://git.aciceri.dev
|
tea logins add --token ${{secrets.SEVENOFNINE_TOKEN}} --url https://git.aciceri.dev
|
||||||
|
|
Reference in a new issue