From bded51830c10c3b351ae0d42ae92becb7fae2464 Mon Sep 17 00:00:00 2001 From: Superredstone Date: Fri, 13 Feb 2026 06:51:28 +0100 Subject: [PATCH] ci: add cachix push --- .github/workflows/cachix.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/workflows/cachix.yaml diff --git a/.github/workflows/cachix.yaml b/.github/workflows/cachix.yaml new file mode 100644 index 0000000..7a38c7f --- /dev/null +++ b/.github/workflows/cachix.yaml @@ -0,0 +1,15 @@ +name: "Cachix" +on: + pull_request: + push: +jobs: + cachix-push: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + - uses: cachix/install-nix-action@v25 + - uses: cachix/cachix-action@v14 + with: + name: spotiflac-cli + authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}' + - run: nix build -L .#default