From bb8af4c6580168cd59660a34c463d26f92078288 Mon Sep 17 00:00:00 2001 From: Daniel Thwaites Date: Sat, 5 Apr 2025 22:24:28 +0100 Subject: [PATCH] ci: skip adding Cachix for flake updates (#1108) --- .github/workflows/update-flake.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/update-flake.yml b/.github/workflows/update-flake.yml index f69df637..34f63523 100644 --- a/.github/workflows/update-flake.yml +++ b/.github/workflows/update-flake.yml @@ -18,10 +18,6 @@ jobs: with: ref: ${{ matrix.branch }} - uses: DeterminateSystems/nix-installer-action@v16 - - uses: cachix/cachix-action@v16 - with: - name: stylix - authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}' - id: generate-token uses: actions/create-github-app-token@v1