Skip to content

Commit 910ab0b

Browse files
committed
Removed the Azure CLI login from the deployment. Will use secrets set as environment variables in the build
1 parent a8e0174 commit 910ab0b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/build-and-deploy.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,6 @@ jobs:
4141
run: npm install --location=global wrangler
4242
- name: Install Pulumi
4343
uses: pulumi/setup-pulumi@v2
44-
- name: Log in to Azure CLI so the Pulumi run can get Key Vault Secrets
45-
uses: azure/login@v1
46-
with:
47-
creds: ${{ secrets.AZURE_CREDENTIALS_GITHUB_ACTIONS_PROGRAMMERAL_SITE }}
4844
- name: Dotnet Restore - Pulumi Project
4945
run: dotnet restore ${{ env.PULUMI_PROJECT_FILE_PATH }}
5046
- name: Install .NET Wasm Tools

0 commit comments

Comments
 (0)