Skip to content

Commit

Permalink
Added github action step to use azure cli for azure auth
Browse files Browse the repository at this point in the history
  • Loading branch information
ProgrammerAL committed Apr 30, 2024
1 parent 91114af commit 559155c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ jobs:
node-version: 18.3.0
- name: Install Cloudflare Wrangler
run: npm install --location=global wrangler
- 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 }}
- name: Install Pulumi
uses: pulumi/setup-pulumi@v2

Expand Down

0 comments on commit 559155c

Please sign in to comment.