diff --git a/.forgejo/workflows/update-flake-lock.yaml b/.forgejo/workflows/update-flake-lock.yaml index 3cac5e5..65cb494 100644 --- a/.forgejo/workflows/update-flake-lock.yaml +++ b/.forgejo/workflows/update-flake-lock.yaml @@ -20,7 +20,7 @@ jobs: - name: Update flake's lockfile and create commit run: nix flake update --commit-lock-file - 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` run: | tea logins add --token ${{secrets.SEVENOFNINE_TOKEN}} --url https://git.aciceri.dev