remove magic-nix-cache
This commit is contained in:
parent
dee0348c05
commit
bec6758d0e
1 changed files with 4 additions and 4 deletions
|
@ -22,12 +22,12 @@ jobs:
|
||||||
extra-conf: |
|
extra-conf: |
|
||||||
access-tokens = ${{ secrets.GH_PUBLIC_REPO_ACCESS_TOKEN }}
|
access-tokens = ${{ secrets.GH_PUBLIC_REPO_ACCESS_TOKEN }}
|
||||||
|
|
||||||
- uses: https://github.com/DeterminateSystems/magic-nix-cache-action@main
|
|
||||||
|
|
||||||
- uses: https://github.com/cachix/cachix-action@v15
|
- uses: https://github.com/cachix/cachix-action@v15
|
||||||
with:
|
with:
|
||||||
name: ${{ vars.CACHIX_CACHE_NAME }}
|
name: ${{ vars.CACHIX_CACHE_NAME }}
|
||||||
authToken: ${{ secrets.CACHIX_AUTH_TOKEN }}
|
authToken: ${{ secrets.CACHIX_AUTH_TOKEN }}
|
||||||
|
skipAddingSubstituter: true
|
||||||
|
pathsToPush: autobrr
|
||||||
|
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
|
@ -46,12 +46,12 @@ jobs:
|
||||||
extra-conf: |
|
extra-conf: |
|
||||||
access-tokens = ${{ secrets.GH_PUBLIC_REPO_ACCESS_TOKEN }}
|
access-tokens = ${{ secrets.GH_PUBLIC_REPO_ACCESS_TOKEN }}
|
||||||
|
|
||||||
- uses: https://github.com/DeterminateSystems/magic-nix-cache-action@main
|
|
||||||
|
|
||||||
- uses: https://github.com/cachix/cachix-action@v15
|
- uses: https://github.com/cachix/cachix-action@v15
|
||||||
with:
|
with:
|
||||||
name: ${{ vars.CACHIX_CACHE_NAME }}
|
name: ${{ vars.CACHIX_CACHE_NAME }}
|
||||||
authToken: ${{ secrets.CACHIX_AUTH_TOKEN }}
|
authToken: ${{ secrets.CACHIX_AUTH_TOKEN }}
|
||||||
|
skipAddingSubstituter: true
|
||||||
|
pathsToPush: autobrr
|
||||||
|
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue