From 1505fc451f999b0819f7d9ec985ad076dcad2b34 Mon Sep 17 00:00:00 2001 From: Andrea Ciceri Date: Tue, 17 Dec 2024 11:12:55 +0100 Subject: [PATCH] CI test --- .forgejo/workflows/build.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/build.yaml b/.forgejo/workflows/build.yaml index 75ec44b..c2a0892 100644 --- a/.forgejo/workflows/build.yaml +++ b/.forgejo/workflows/build.yaml @@ -8,9 +8,9 @@ jobs: - uses: actions/checkout@v4 name: Checkout repository - name: Attic login - run: attic login sisko http://10.100.0.1:8081 ${{secrets.ATTIC_SISKO_TOKEN}} + run: attic login nixfleet http://10.100.0.1:8081 ${{secrets.ATTIC_NIXFLEET_TOKEN}} - name: Build with nix - run: nix-fast-build --no-nom --systems "x86_64-linux aarch64-linux" --attic-cache "sisko" --result-file result.json || true + run: nix-fast-build --no-nom --systems "x86_64-linux aarch64-linux" --attic-cache "nixfleet" --result-file result.json || true - name: Report checks run: report-checks