From 37d55289f5a559c3ae2b4cd6549ff6b18bdc2ea7 Mon Sep 17 00:00:00 2001 From: toniocodo Date: Thu, 3 Oct 2024 14:25:05 +0200 Subject: [PATCH] chore: add squid auth --- .github/workflows/release.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 432687c4..1f78ba26 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -37,5 +37,10 @@ jobs: # Optional: Print the updated version for verification echo "Updated squid.yaml version to: $VERSION" + - name: Authenticate to squid + env: + API_TOKEN: ${{ secrets.SQUID_API_TOKEN }} + run: sqd auth -k $API_TOKEN + - name: Build and deploy squid run: sqd build && sqd deploy .