From c8596b7de2f7108308ba19f7a0ba1a4ab30e8d9e Mon Sep 17 00:00:00 2001 From: Al Rodriguez Date: Tue, 30 Apr 2024 00:01:34 -0400 Subject: [PATCH] Changed name of secret variable to use for azure cli auth --- .github/workflows/build-and-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index 8687975..3244859 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -36,7 +36,7 @@ jobs: - name: Log in to Azure CLI so the Pulumi run can get Key Vault Secrets uses: azure/login@v1 with: - creds: ${{ secrets.AZURE_CREDENTIALS_GITHUB_ACTIONS_PROGRAMMERAL_SITE }} + creds: ${{ secrets.AZURE_CREDENTIALS_GITHUB_ACTIONS_SVGHELPERS_SITE }} - name: Install Pulumi uses: pulumi/setup-pulumi@v2