From 900b96b89072cfb635e873697da14e090fedcb2c Mon Sep 17 00:00:00 2001 From: Austin Gregg-Smith Date: Fri, 24 May 2024 22:17:40 +0100 Subject: [PATCH] add secret --- .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 8059de0..31be798 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,12 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Setup Pixi - uses: prefix-dev/setup-pixi@v0.5.1 + uses: prefix-dev/setup-pixi@v0.7.0 + with: + pixi-version: v0.22.0 + cache: true + auth-host: prefix.dev + auth-token: ${{ secrets.PREFIX_DEV_TOKEN }} - name: Format and lint run: | pixi run fmt