Skip to content

Commit

Permalink
Fix Azure creds secret ref
Browse files Browse the repository at this point in the history
  • Loading branch information
ebronson68 committed Feb 15, 2024
1 parent a1d3c08 commit a6422e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-game-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Login via Az module
uses: azure/login@v1
with:
creds: "${{ secrets.azureCredentials }}"
creds: "${{ secrets.AZURE_CREDENTIALS }}"
enable-AzPSSession: true

- name: Generate .env file from Azure Key Vaults
Expand Down

0 comments on commit a6422e7

Please sign in to comment.