diff --git a/.forgejo/workflows/ci.yaml b/.forgejo/workflows/ci.yaml index 7ee631b6..7bb4b41e 100644 --- a/.forgejo/workflows/ci.yaml +++ b/.forgejo/workflows/ci.yaml @@ -25,7 +25,7 @@ jobs: runs-on: nix steps: - uses: actions/checkout@v4 - - run: nix-shell --run 'attic use demo && attic push demo $(nix-build services -A tests.peertube)' + - run: attic login fediversity http://attic.fediversity.net:8080 ${{ secrets.ATTIC_PULL_KEY }} && attic use demo && nix-build services -A tests.peertube check-panel: runs-on: nix