Skip to content

Commit

Permalink
Removed more commas
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeGinnivan committed Aug 20, 2024
1 parent 2202c4b commit f4126d6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions infra/app/ddd.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -101,19 +101,19 @@ resource app 'Microsoft.App/containerApps@2024-03-01' = {
value: '80'
}
{
name: 'GITHUB_ORGANIZATION',
name: 'GITHUB_ORGANIZATION'
value: gitHubOrganization
}
{
name: 'GITHUB_REPO',
name: 'GITHUB_REPO'
value: gitHubRepo
}
{
name: 'GITHUB_TOKEN',
name: 'GITHUB_TOKEN'
secretRef: 'github-token'
}
{
name: 'SESSION_SECRET',
name: 'SESSION_SECRET'
secretRef: 'session-secret'
}
]
Expand Down

0 comments on commit f4126d6

Please sign in to comment.