diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0289179..6b0fe23 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,5 +37,10 @@ jobs: - docs-ops.qo.is - system-vm steps: - - name: "Deploy Profile ${{ matrix.profile }}" + - name: Initialize CI + uses: https://git.qo.is/qo.is/actions-nix-init@main + with: + token: ${{ secrets.CI_TOKEN }} + lfs: false + - name: "Deploy profile" run: "auto-deploy ${{ matrix.profile }}"