From a342066462d7104c24c31b465283e2c2e435e377 Mon Sep 17 00:00:00 2001 From: Bryce Lampe Date: Wed, 11 Dec 2024 20:40:15 -0800 Subject: [PATCH] test data --- .../test-providers/acme/.github/workflows/build_provider.yml | 2 +- .../test-providers/aws/.github/workflows/build_provider.yml | 2 +- .../cloudflare/.github/workflows/build_provider.yml | 2 +- .../test-providers/docker/.github/workflows/build_provider.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/provider-ci/test-providers/acme/.github/workflows/build_provider.yml b/provider-ci/test-providers/acme/.github/workflows/build_provider.yml index 7b2189cb9..d7dbd6ff0 100644 --- a/provider-ci/test-providers/acme/.github/workflows/build_provider.yml +++ b/provider-ci/test-providers/acme/.github/workflows/build_provider.yml @@ -63,9 +63,9 @@ jobs: { "clientId": "${{ secrets.AZURE_SIGNING_CLIENT_ID }}", "clientSecret": "${{ secrets.AZURE_SIGNING_CLIENT_SECRET }}", + "subscriptionId": "${{ secrets.ARM_SUBSCRIPTION_ID }}", "tenantId": "${{ secrets.AZURE_TENANT_ID }}" } - allow-no-subscriptions: true - name: Sign windows provider if: matrix.platform.os == 'windows' && env.AZURE_SIGNING_CONFIGURED == 'true' diff --git a/provider-ci/test-providers/aws/.github/workflows/build_provider.yml b/provider-ci/test-providers/aws/.github/workflows/build_provider.yml index f63490b15..e9873fdea 100644 --- a/provider-ci/test-providers/aws/.github/workflows/build_provider.yml +++ b/provider-ci/test-providers/aws/.github/workflows/build_provider.yml @@ -71,9 +71,9 @@ jobs: { "clientId": "${{ secrets.AZURE_SIGNING_CLIENT_ID }}", "clientSecret": "${{ secrets.AZURE_SIGNING_CLIENT_SECRET }}", + "subscriptionId": "${{ secrets.ARM_SUBSCRIPTION_ID }}", "tenantId": "${{ secrets.AZURE_TENANT_ID }}" } - allow-no-subscriptions: true - name: Sign windows provider if: matrix.platform.os == 'windows' && env.AZURE_SIGNING_CONFIGURED == 'true' diff --git a/provider-ci/test-providers/cloudflare/.github/workflows/build_provider.yml b/provider-ci/test-providers/cloudflare/.github/workflows/build_provider.yml index 892885f66..101542f31 100644 --- a/provider-ci/test-providers/cloudflare/.github/workflows/build_provider.yml +++ b/provider-ci/test-providers/cloudflare/.github/workflows/build_provider.yml @@ -63,9 +63,9 @@ jobs: { "clientId": "${{ secrets.AZURE_SIGNING_CLIENT_ID }}", "clientSecret": "${{ secrets.AZURE_SIGNING_CLIENT_SECRET }}", + "subscriptionId": "${{ secrets.ARM_SUBSCRIPTION_ID }}", "tenantId": "${{ secrets.AZURE_TENANT_ID }}" } - allow-no-subscriptions: true - name: Sign windows provider if: matrix.platform.os == 'windows' && env.AZURE_SIGNING_CONFIGURED == 'true' diff --git a/provider-ci/test-providers/docker/.github/workflows/build_provider.yml b/provider-ci/test-providers/docker/.github/workflows/build_provider.yml index 4737a4855..c679b57a9 100644 --- a/provider-ci/test-providers/docker/.github/workflows/build_provider.yml +++ b/provider-ci/test-providers/docker/.github/workflows/build_provider.yml @@ -63,9 +63,9 @@ jobs: { "clientId": "${{ secrets.AZURE_SIGNING_CLIENT_ID }}", "clientSecret": "${{ secrets.AZURE_SIGNING_CLIENT_SECRET }}", + "subscriptionId": "${{ secrets.ARM_SUBSCRIPTION_ID }}", "tenantId": "${{ secrets.AZURE_TENANT_ID }}" } - allow-no-subscriptions: true - name: Sign windows provider if: matrix.platform.os == 'windows' && env.AZURE_SIGNING_CONFIGURED == 'true'