1
0
Fork 0

use correct cache name for pushing to cachix (#330)

This commit is contained in:
Pierre Penninckx 2024-10-26 16:35:16 +02:00 committed by GitHub
parent 8700b76403
commit 4479a68f32
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -34,9 +34,10 @@ jobs:
- name: Install nix - name: Install nix
uses: cachix/install-nix-action@v20 uses: cachix/install-nix-action@v20
- uses: cachix/cachix-action@v14 - name: Setup Caching
uses: cachix/cachix-action@v14
with: with:
name: mycache name: selfhostblocks
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}' authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- name: Build docs - name: Build docs