From 430e33f5016697708b745475c51ddbc970b8c95d Mon Sep 17 00:00:00 2001 From: toonn Date: Mon, 19 Jul 2021 20:27:59 +0200 Subject: [PATCH] Actions: Add Cachix auth token instructions --- .github/workflows/build.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f887333..35ba022 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -24,8 +24,9 @@ jobs: # 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 secret - # in your repository settings in Github found at https://github.com//nur-packages/settings/secrets + # For this to work, you also need to set the CACHIX_SIGNING_KEY or + # CACHIX_AUTH_TOKEN secret in your repository settings in Github found + # at https://github.com//nur-packages/settings/secrets cachixName: - nixPath: @@ -49,6 +50,8 @@ jobs: with: name: ${{ matrix.cachixName }} signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}' + # or: + #authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}' - name: Check evaluation run: | nix-env -f . -qa \* --meta --xml \