Skip to content

Commit

Permalink
chore: Update Azure resource deployment workflow to use correct SQL c…
Browse files Browse the repository at this point in the history
…onnection string secret name
  • Loading branch information
leandromsft committed Jul 1, 2024
1 parent 34c5a59 commit 4af0971
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/02-Deployment-API.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ on:

env:
CONFIGURATION: 'release'
AZ_APP_NAME: 'app-ghdashboard'
AZ_RG_NAME: 'rg-ghdashboard'
AZ_BLOB_NAME: 'rg-ghdashboard'
AZ_APP_NAME: 'app-ghdashboard'
AZ_BLOB_NAME: 'stvmghdashboard'
CSPROJ: 'src/github-dashboard.api/github-dashboard.api.csproj'

jobs:
Expand Down

0 comments on commit 4af0971

Please sign in to comment.