fix(ci): Add access token for private flake inputs
Some checks failed
CI / check (push) Has been cancelled

This commit was merged in pull request #31.
This commit is contained in:
2026-01-14 13:53:07 -08:00
committed by johno
parent 1d9fd0aee9
commit 3f0e381de2

View File

@@ -16,3 +16,5 @@ jobs:
- name: Check flake - name: Check flake
run: nix flake check run: nix flake check
env:
NIX_CONFIG: "access-tokens = git.johnogle.info=${{ secrets.GITEA_ACCESS_TOKEN }}"