We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b34ebd1 commit c72c0beCopy full SHA for c72c0be
1 file changed
.github/workflows/nix.yml
@@ -20,6 +20,9 @@ jobs:
20
nix_path: nixpkgs=channel:nixos-unstable
21
# Pull from the cachix cache
22
- uses: cachix/cachix-action@0fc020193b5a1fa3ac4575aa3a7d3aa6a35435ad # v16
23
+ with:
24
+ name: cclib
25
+ authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
26
# Checkout of the current head in the working dir
27
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
28
- name: Check nix flake
0 commit comments