From dadc173b9b1708cf301c930c874756e08fd60b26 Mon Sep 17 00:00:00 2001 From: autocloudarc Date: Tue, 9 Jan 2024 08:54:50 -0500 Subject: [PATCH] spn(name): update --- exercises-dev/.github/workflows/deploy-az-resources.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/exercises-dev/.github/workflows/deploy-az-resources.yml b/exercises-dev/.github/workflows/deploy-az-resources.yml index cfeed45..61abbce 100644 --- a/exercises-dev/.github/workflows/deploy-az-resources.yml +++ b/exercises-dev/.github/workflows/deploy-az-resources.yml @@ -1,6 +1,7 @@ # Use OpenID Connect to authenticate to Azure # https://learn.microsoft.com/en-us/azure/developer/github/connect-from-azure?tabs=azure-portal%2Cwindows#use-the-azure-login-action-with-openid-connect # *** https://colinsalmcorner.com/using-oidc-with-terraform-in-github-actions/ +# https://learn.microsoft.com/en-us/azure/azure-resource-manager/bicep/deploy-github-actions?tabs=openid%2CCLI name: deploy-az-resources on: @@ -20,7 +21,7 @@ jobs: AZURE_CLIENT_ID: ${{ secrets.AZURE_CLIENT_ID }} AZURE_SUBSCRIPTION_ID: ${{ secrets.AZURE_SUBSCRIPTION_ID }} AZURE_TENANT_ID: ${{ secrets.AZURE_TENANT_ID }} - spnName: oid-bcp-002 + spnName: oid-bcp-ghb-003 rootMg: orgid umiResourceGroup: umi-rgp-01 rgpLabName: rgp-lab