From b5c88d5be803f1ae9287bab5aec7fd0287063c7e Mon Sep 17 00:00:00 2001 From: Ian <52504170+ibacher@users.noreply.github.com> Date: Fri, 26 Jan 2024 11:39:11 -0500 Subject: [PATCH] (chore) Switch to new frontend building job --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index eaad21984..812afa894 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -154,6 +154,6 @@ jobs: uses: fjogeleit/http-request-action@master continue-on-error: true 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 }}" }'