Skip to content

Commit

Permalink
Changed name of secret variable to use for azure cli auth
Browse files Browse the repository at this point in the history
  • Loading branch information
ProgrammerAL committed Apr 30, 2024
1 parent 559155c commit c8596b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit c8596b7

Please sign in to comment.