mirror of
https://codeberg.org/icewind/attic-action.git
synced 2026-06-03 17:44:07 +02:00
README: clarify cache name
This commit is contained in:
parent
01433080c8
commit
a633961ccc
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ jobs:
|
||||||
- uses: cachix/install-nix-action@v3
|
- uses: cachix/install-nix-action@v3
|
||||||
- uses: cachix/cachix-action@v2
|
- uses: cachix/cachix-action@v2
|
||||||
with:
|
with:
|
||||||
name: cachix-action
|
name: mycache
|
||||||
signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}'
|
signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}'
|
||||||
# Only needed for private caches
|
# Only needed for private caches
|
||||||
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
|
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue