diff --git a/.forgejo/workflows/ci.yaml b/.forgejo/workflows/ci.yaml index 87d7d2e4..80208f9f 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: nix-shell --run 'attic push demo $(nix build .#checks.x86_64-linux.test-peertube-service -L)' + - 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 check-panel: runs-on: nix