ci: use the cachix auth token

(cherry picked from commit 722e8d65d3)
This commit is contained in:
zimbatm 2022-10-31 15:38:57 +01:00 committed by Robert Helgesson
parent d8b233ad03
commit a13f155be7
No known key found for this signature in database
GPG key ID: 36BDAA14C2797E89
2 changed files with 2 additions and 2 deletions

View file

@ -17,7 +17,7 @@ jobs:
- uses: cachix/cachix-action@v11
with:
name: nix-community
signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}'
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- run: |
nix-build -A docs.html
cp -r result/share/doc/home-manager public

View file

@ -18,7 +18,7 @@ jobs:
- uses: cachix/cachix-action@v11
with:
name: nix-community
signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}'
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- run: |
if grep -R --exclude stdlib-extended.nix literalExample modules ; then
echo "Error: literalExample should be replaced by literalExpression" > /dev/stderr