We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8e0174 commit 910ab0bCopy full SHA for 910ab0b
.github/workflows/build-and-deploy.yml
@@ -41,10 +41,6 @@ jobs:
41
run: npm install --location=global wrangler
42
- name: Install Pulumi
43
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 }}
48
- name: Dotnet Restore - Pulumi Project
49
run: dotnet restore ${{ env.PULUMI_PROJECT_FILE_PATH }}
50
- name: Install .NET Wasm Tools
0 commit comments