fix(pipeline): added edge connect login data

This commit is contained in:
Richard Robert Reitz 2025-10-02 14:33:04 +02:00
parent 9cbe3875b9
commit a5ebeff989
2 changed files with 4 additions and 1 deletions

View file

@ -16,3 +16,6 @@ jobs:
id: deploy
with:
configFile: ./EdgeConnectConfig.yaml
baseUrl: https://hub.apps.edge.platform.mg3.mdb.osc.live
username: ${{ secrets.EDGEXR_PLATFORM_USERNAME }}
password: ${{ secrets.EDGEXR_PLATFORM_PASSWORD }}