Skip to content

Commit

Permalink
(chore) Update CI deploy URL
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
denniskigen authored Mar 4, 2024
1 parent 44411ed commit cffcba8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}" }'

0 comments on commit cffcba8

Please sign in to comment.