fix: pass token
Some checks failed
Check / check (push) Failing after 0s

This commit is contained in:
2025-05-17 03:02:13 -04:00
parent 7619be6d11
commit fe8a1376fa
4 changed files with 18 additions and 1 deletions

View File

@ -17,6 +17,8 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/init
with:
token: "${{ secrets.CACHIX_AUTH_TOKEN }}"
- name: Check
run: nix flake check