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 3436c36 commit d29de46Copy full SHA for d29de46
.github/workflows/build-and-deploy.yml
@@ -20,20 +20,25 @@ jobs:
20
21
steps:
22
- uses: actions/checkout@v2
23
+
24
- name: Setup .NET
25
uses: actions/setup-dotnet@v1
26
with:
27
dotnet-version: ${{ env.DOTNET_VERSION }}
28
29
- name: Setup Node
30
uses: actions/setup-node@v3
31
32
node-version: 18.3.0
33
34
- name: Install Cloudflare Wrangler
35
run: npm install --location=global wrangler
36
37
- name: Log in to Azure CLI so the Pulumi run can get Key Vault Secrets
38
uses: azure/login@v1
39
40
creds: ${{ secrets.AZURE_CREDENTIALS_GITHUB_ACTIONS_SVGHELPERS_SITE }}
41
42
- name: Install Pulumi
43
uses: pulumi/setup-pulumi@v2
44
0 commit comments