···2626 with:
2727 # This cache is for the nixpkgs repo checks and should not be trusted or used elsewhere.
2828 name: nixpkgs-ci
2929- signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}'
2929+ authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
3030 - name: Building NixOS manual
3131 run: NIX_PATH=nixpkgs=$(pwd) nix-build --option restrict-eval true nixos/release.nix -A manual.x86_64-linux
+1-1
.github/workflows/manual-nixpkgs.yml
···2727 with:
2828 # This cache is for the nixpkgs repo checks and should not be trusted or used elsewhere.
2929 name: nixpkgs-ci
3030- signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}'
3030+ authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
3131 - name: Building Nixpkgs manual
3232 run: NIX_PATH=nixpkgs=$(pwd) nix-build --option restrict-eval true pkgs/top-level/release.nix -A manual -A manual.tests