Skip to content

Commit c72c0be

Browse files
committed
Fix Nix binary cache usage in CI
1 parent b34ebd1 commit c72c0be

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/nix.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ jobs:
2020
nix_path: nixpkgs=channel:nixos-unstable
2121
# Pull from the cachix cache
2222
- uses: cachix/cachix-action@0fc020193b5a1fa3ac4575aa3a7d3aa6a35435ad # v16
23+
with:
24+
name: cclib
25+
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
2326
# Checkout of the current head in the working dir
2427
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
2528
- name: Check nix flake

0 commit comments

Comments
 (0)