Skip to content

Commit

Permalink
..
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeGinnivan committed Jul 22, 2024
1 parent 631f72b commit 76f7cbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/app/ddd.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ resource app 'Microsoft.App/containerApps@2023-05-02-preview' = {
secrets: [
{
name: 'clientSecret'
value: authClientSecret
value: 'wat${authClientSecret}'
}
]
}
Expand Down

0 comments on commit 76f7cbe

Please sign in to comment.