From bec6758d0e9bf890362a173a65585393da1ec00e Mon Sep 17 00:00:00 2001 From: Adithya Nair Date: Sun, 3 Nov 2024 19:38:49 +0530 Subject: [PATCH] remove magic-nix-cache --- .forgejo/workflows/cachix.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.forgejo/workflows/cachix.yaml b/.forgejo/workflows/cachix.yaml index fa60945..228d57a 100644 --- a/.forgejo/workflows/cachix.yaml +++ b/.forgejo/workflows/cachix.yaml @@ -22,12 +22,12 @@ jobs: extra-conf: | 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 with: name: ${{ vars.CACHIX_CACHE_NAME }} authToken: ${{ secrets.CACHIX_AUTH_TOKEN }} + skipAddingSubstituter: true + pathsToPush: autobrr - uses: actions/checkout@v4 @@ -46,12 +46,12 @@ jobs: extra-conf: | 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 with: name: ${{ vars.CACHIX_CACHE_NAME }} authToken: ${{ secrets.CACHIX_AUTH_TOKEN }} + skipAddingSubstituter: true + pathsToPush: autobrr - uses: actions/checkout@v4