remove magic-nix-cache
Some checks failed
Build and Push to Cachix / Push to Binary Cache (X86-64) (push) Failing after 1m5s
Build and Push to Cachix / Push to Binary Cache (aarch64) (push) Failing after 1m9s

This commit is contained in:
Adithya 2024-11-03 19:38:49 +05:30
parent dee0348c05
commit bec6758d0e
Signed by: adtya
GPG key ID: B8857BFBA2C47B9C

View file

@ -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