There was an error while loading. Please reload this page.
1 parent 8aa880f commit 59fcb01Copy full SHA for 59fcb01
1 file changed
.github/workflows/orca.yml
@@ -30,7 +30,7 @@ jobs:
30
--silent --show-error --fail \
31
--request POST \
32
--header "PRIVATE-TOKEN: ${{ secrets.ORCA_TOKEN }}" \
33
- "https://code.jlab.org/api/v4/projects/${{ secrets.ORCA_PROJECT_ID }}/trigger/pipeline?ref=main" \
+ "https://code.jlab.org/api/v4/projects/${{ secrets.ORCA_PROJECT_ID }}/pipeline?ref=main" \
34
--data "variables[REF_COATJAVA]=${{ github.head_ref || github.ref_name }}" \
35
--data "variables[TRIGGERED_BY]=github" \
36
--data "variables[GITHUB_EVENT]=${{ github.event_name }}" \
0 commit comments