Skip to content

Commit

Permalink
dc/mqtt-client fix parking os bz config
Browse files Browse the repository at this point in the history
  • Loading branch information
clezag committed Nov 13, 2024
1 parent 75d712d commit 7854831
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dc-mqtt-client-parking-on-bz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,12 @@ jobs:
env:
APP_LOGLEVEL: INFO
APP_PROVIDER: parking-onstreet/bz-axians
APP_MQTT_URI: xsona-broker.axians.it:8883
APP_MQTT_URI: mqtts://xsona-broker.axians.it:8883
APP_MQTT_CLIENTID: NOI-testing
APP_MQTT_TOPIC: "/6f599389-c6b0-4a76-843d-8d493192c4c0/device/+/event/up"
envSecret:
APP_MQTT_USER: ${{ secrets.MQTT_PARKING_ON_BZ_USER}}
APP_MQTT_PASS: ${{ secrets.MQTT_PARKING_ON_BZ_PASS}}
APP_MQTT_USER: "${{ secrets.MQTT_PARKING_ON_BZ_USER}}"
APP_MQTT_PASS: "${{ secrets.MQTT_PARKING_ON_BZ_PASS}}"
EOF
# Merge yaml files https://mikefarah.gitbook.io/yq/operators/multiply-merge
Expand Down

0 comments on commit 7854831

Please sign in to comment.