From 7f5ceadcadafb27556a4c070492ebf4eb94599bd Mon Sep 17 00:00:00 2001 From: Jaelyn Litzinger Date: Tue, 24 Oct 2023 14:02:31 -0700 Subject: [PATCH] fix trigger api url --- .github/workflows/ornl_ascent_mirror.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ornl_ascent_mirror.yaml b/.github/workflows/ornl_ascent_mirror.yaml index 9e2cd8051..5cafe26d3 100644 --- a/.github/workflows/ornl_ascent_mirror.yaml +++ b/.github/workflows/ornl_ascent_mirror.yaml @@ -35,4 +35,4 @@ jobs: # Trigger CI pipeline since it was skipped in the above push - name: Trigger Pipeline - run: curl -X POST -F token=${{ secrets.ORNL_ASCENT_PIPELINE_TRIGGER }} -F ref=${{ steps.extract_branch.outputs.branch }} https://code.ornl.gov/api/v4/projects/13292/trigger/pipeline + run: curl -X POST -F token=${{ secrets.ORNL_ASCENT_PIPELINE_TRIGGER }} -F ref=${{ steps.extract_branch.outputs.branch }} https://gitlab.pnnl.gov/api/v4/projects/1662/trigger/pipeline \ No newline at end of file