Skip to content

Commit

Permalink
fixup! ci: switch to OIDC Federation for Azure
Browse files Browse the repository at this point in the history
  • Loading branch information
adamconnelly committed Sep 13, 2024
1 parent cead545 commit 5f26f59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5f26f59

Please sign in to comment.