Skip to content

Commit

Permalink
Refactor deploy-azure-resources-test.yml: Update SQL Server password …
Browse files Browse the repository at this point in the history
…parameter for test environment
  • Loading branch information
crlsocro committed Sep 19, 2024
1 parent 85e3066 commit c3bad66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-azure-resources-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
subscriptionId: ${{ secrets.AZURE_SUBSCRIPTION }}
resourceGroupName: ${{ secrets.AZURE_RG_TEST }}
template: infra/main.bicep
parameters: "sqlServerPassword=${{env.SQL_SERVER_PASSWORD_TEST}}"
parameters: "sqlServerPassword=${{env.SQL_SERVER_PASSWORD}}"
failOnStdErr: false


0 comments on commit c3bad66

Please sign in to comment.