ci: Give flake hashes workflow permissions to push

This commit is contained in:
Ginger 2025-11-11 09:19:52 -05:00
parent 33019c4529
commit b53ba2eef4

View file

@ -20,7 +20,8 @@ jobs:
fetch-tags: false
fetch-single-branch: true
submodules: false
persist-credentials: false
persist-credentials: true
token: ${{ secrets.FORGEJO_TOKEN }}
- uses: https://github.com/cachix/install-nix-action@7ab6e7fd29da88e74b1e314a4ae9ac6b5cda3801 # v31.8.0
with: