commit | 5ce2da8bed06978d2e1a25656136997b8f2ccbde | [log] [tgz] |
---|---|---|
author | Suraj Shetty <surajshetty3416@gmail.com> | Mon May 10 16:13:43 2021 +0530 |
committer | Suraj Shetty <surajshetty3416@gmail.com> | Mon May 10 16:13:43 2021 +0530 |
tree | 2b318b2bf3bddfb35a7bc48c6f1cb4dccfc07033 | |
parent | ec6b652cd4f572356073fd9ab5098c21af67cb3b [diff] |
fix: Pass ORCHESTRATOR_URL via secrets
diff --git a/.github/workflows/server-tests.yml b/.github/workflows/server-tests.yml index e7830c0..0acafca 100644 --- a/.github/workflows/server-tests.yml +++ b/.github/workflows/server-tests.yml
@@ -76,6 +76,7 @@ env: TYPE: server CI_BUILD_ID: ${{ github.run_id }} + ORCHESTRATOR_URL: ${{ secrets.ORCHESTRATOR_URL }} - name: Upload Coverage Data run: |