From 5f26f59ee502f791cda28cb8216f42cbd3e64533 Mon Sep 17 00:00:00 2001 From: Adam Connelly Date: Fri, 13 Sep 2024 15:50:10 +0100 Subject: [PATCH] fixup! ci: switch to OIDC Federation for Azure --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1639cf9..f97b701 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: PKR_VAR_image_family: spacelift-worker # Azure PKR_VAR_client_id: ${{ secrets.AZURE_CLIENT_ID }} - PKR_VAR_client_secret: ${{ secrets.AZURE_CLIENT_SECRET }} + PKR_VAR_client_oidc_token: "not-supplied" PKR_VAR_tenant_id: ${{ secrets.AZURE_TENANT_ID }} PKR_VAR_subscription_id: ${{ secrets.AZURE_SUBSCRIPTION_ID }} PKR_VAR_image_resource_group: rg-worker_images-public-westeurope