nur @main -
refs -
log -
-
https://git.jolheiser.com/nur.git
Actions: Provide both signing key and auth token
The action doesn't produce an error on missing secrets so this way
people don't have to remember to uncomment anything.
Signature
-----BEGIN PGP SIGNATURE-----
iHUEABYKAB0WIQTO+1gmRtSlWQuOXJihdWlD0yipJAUCYPbF4QAKCRChdWlD0yip
JLDPAP452UFkLSCdJLZmvI/cIDU2ZIJB/0t6gBd4myQBxHtrFgD9HbuMgPwnXrSd
JoepnhXiwwXrXYcUzRoAZCrJZvAtqw8=
=1l74
-----END PGP SIGNATURE-----
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 1b9f7f017f5504832cae7f1371f89168d6e19e08..266535cab33a58e2e840301fbf6adc03aa09c780 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -25,8 +25,9 @@ # 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 settings in Github found
- # at https://github.com/<your_githubname>/nur-packages/settings/secrets
+ # CACHIX_AUTH_TOKEN secret in your repository secrets settings in
+ # Github found at
+ # https://github.com/<your_githubname>/nur-packages/settings/secrets
cachixName:
- <YOUR_CACHIX_NAME>
nixPath:
@@ -50,8 +51,7 @@ if: ${{ matrix.cachixName != '<YOUR_CACHIX_NAME>' }}
with:
name: ${{ matrix.cachixName }}
signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}'
- # or:
- #authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
+ authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- name: Check evaluation
run: |
nix-env -f . -qa \* --meta --xml \