From 06cd1802effac012b6be7c1f5870f4c1ecffa349 Mon Sep 17 00:00:00 2001 From: David Sanders Date: Thu, 19 Mar 2026 18:31:43 -0700 Subject: [PATCH] ci: don't deploy to auto-updater environment --- .github/workflows/update-abi.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/update-abi.yml b/.github/workflows/update-abi.yml index 46aa038..83da313 100644 --- a/.github/workflows/update-abi.yml +++ b/.github/workflows/update-abi.yml @@ -16,7 +16,9 @@ jobs: - main - 3-x-y runs-on: ubuntu-latest - environment: auto-updater + environment: + name: auto-updater + deployment: false permissions: id-token: write # for secret service access steps: