From 4ae41904159baca6e6f60fdf78288bc7b094fc4d Mon Sep 17 00:00:00 2001 From: Kiara Grouwstra Date: Fri, 11 Jul 2025 17:14:58 +0200 Subject: [PATCH] make cache public --- .forgejo/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/ci.yaml b/.forgejo/workflows/ci.yaml index 80208f9f..7d1e1041 100644 --- a/.forgejo/workflows/ci.yaml +++ b/.forgejo/workflows/ci.yaml @@ -31,7 +31,7 @@ jobs: runs-on: nix steps: - uses: actions/checkout@v4 - - run: attic login fediversity http://attic.fediversity.net:8080 ${{ secrets.ATTIC_PULL_KEY }} && attic use demo && nix build .#checks.x86_64-linux.test-peertube-service -L + - run: attic login fediversity http://attic.fediversity.net:8080 && attic use demo && nix build .#checks.x86_64-linux.test-peertube-service -L check-panel: runs-on: nix