Skip to content

Commit

Permalink
chore: Update Azure credentials in GitHub workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
leandromsft committed Jul 1, 2024
1 parent a6c2f45 commit f7c5ed7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/01-CreateAzureResources.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ on:
workflow_dispatch:

env:
AZ_RG_NAME: 'rg-githubdashboard'
AZ_RG_NAME: 'rg-ghdashboard'
AZ_RG_LOCATION: 'eastus'
AZ_APP_NAME: 'githubdashboard'
AZ_SQL_NAME: 'githubdashboard'
AZ_SQL_USER: 'githubdashboard'
AZ_APP_NAME: 'ghdashboard'
AZ_SQL_NAME: 'ghdashboard'
AZ_SQL_USER: 'ghdashboard'

jobs:
bicep:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/02-Deployment-API.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

env:
CONFIGURATION: 'release'
APP_NAME: 'app-githubdashboard'
APP_NAME: 'app-ghdashboard'
CSPROJ: 'src/github-dashboard.api/github-dashboard.api.csproj'

jobs:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/03-Deployment-Function.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ on:

env:
CONFIGURATION: 'release'
AZ_RG_NAME: 'rg-githubdashboard'
APP_NAME: 'func-githubdashboard'
AZ_RG_NAME: 'rg-ghdashboard'
APP_NAME: 'func-ghdashboard'
CSPROJ: 'src/github-dashboard.function/github-dashboard.function.csproj'

jobs:
Expand Down

0 comments on commit f7c5ed7

Please sign in to comment.