We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91c8407 commit ef83c11Copy full SHA for ef83c11
.github/workflows/addChild.yml
@@ -46,5 +46,5 @@ jobs:
46
run: |
47
az containerapp up --name $SERVICE_NAME --image $IMAGE_BASE_NAME \
48
--resource-group $RESOURCE_GROUP --environment $ENVIRONMENT_NAME \
49
- --env-vars SERVICEBUS_CONNECTION_STRING="${{secrets.SERVICE_BUS_CONNECTION_STRING}}" SERVICE_BUS_TOPIC_NAME=childrentopic
50
- SQL_CONNECTION_STRING="${{secrets.SQL_CONNECTION_STRING}}
+ --env-vars SERVICEBUS_CONNECTION_STRING="${{secrets.SERVICE_BUS_CONNECTION_STRING}}" SERVICE_BUS_TOPIC_NAME="childrentopic"
+ SQL_CONNECTION_STRING="${{secrets.SQL_CONNECTION_STRING}}"
0 commit comments