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 }}" }'