README: clarify cache name

This commit is contained in:
Domen Kožar 2019-10-03 17:46:56 +02:00 committed by GitHub
commit a633961ccc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -28,7 +28,7 @@ jobs:
- uses: cachix/install-nix-action@v3
- uses: cachix/cachix-action@v2
with:
name: cachix-action
name: mycache
signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}'
# Only needed for private caches
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'