diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 266535cab33a58e2e840301fbf6adc03aa09c780..1b9f7f017f5504832cae7f1371f89168d6e19e08 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -25,9 +25,8 @@ # Format: Your cachix cache host name without the ".cachix.org" suffix. # Example: mycache (for mycache.cachix.org) # # For this to work, you also need to set the CACHIX_SIGNING_KEY or - # CACHIX_AUTH_TOKEN secret in your repository secrets settings in - # Github found at - # https://github.com//nur-packages/settings/secrets + # CACHIX_AUTH_TOKEN secret in your repository settings in Github found + # at https://github.com//nur-packages/settings/secrets cachixName: - nixPath: @@ -51,7 +50,8 @@ if: ${{ matrix.cachixName != '' }} with: name: ${{ matrix.cachixName }} signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}' - authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}' + # or: + #authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}' - name: Check evaluation run: | nix-env -f . -qa \* --meta --xml \