From cffcba88da2d4af05aedb8a4803fd3c2862709ba Mon Sep 17 00:00:00 2001 From: Dennis Kigen Date: Mon, 4 Mar 2024 11:42:57 +0300 Subject: [PATCH] (chore) Update CI deploy URL Updates the URL that points to the deployment job in Bamboo. The CI job currently references an old job that is no longer in use. --- .github/workflows/node.js.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index f1e564b..f80edef 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -97,6 +97,6 @@ jobs: - name: Trigger RefApp Build uses: fjogeleit/http-request-action@master with: - url: https://ci.openmrs.org/rest/api/latest/queue/REFAPP-D3X + url: https://ci.openmrs.org/rest/api/latest/queue/O3-BF method: "POST" customHeaders: '{ "Authorization": "Bearer ${{ secrets.BAMBOO_TOKEN }}" }'