Skip to content

Commit a8ef49b

Browse files
committed
fix another secret
1 parent 630efbf commit a8ef49b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/examples.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,6 @@ jobs:
6868
TF_VAR_castai_api_token: ${{ secrets.CASTAI_TOKEN }}
6969
TF_VAR_castai_api_url: ${{ secrets.CASTAI_URL }}
7070
TF_VAR_cluster_region: "germanywestcentral"
71-
TF_VAR_subscription_id: ${{ secrets.AZURE_TF_ACCEPTANCE_TEST_ARM_SUBSCRIPTION_ID }}
71+
TF_VAR_subscription_id: ${{ secrets.AZURE_TF_ACCEPTANCE_TEST_ARM_SUBSCRIPTION_ID_V2 }}
7272
id: aks_plan_examples
7373
run: make plan-terraform-example EXAMPLE_DIR=examples/aks/aks_cluster

0 commit comments

Comments
 (0)