From aac9de0ae002fbd1a7e932fd4692045f48bcbe00 Mon Sep 17 00:00:00 2001 From: Fabian Hauser Date: Sat, 19 Apr 2025 18:26:39 +0300 Subject: [PATCH] fixup! Update CI pipleline for auto deployment --- .github/workflows/ci.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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 }}"