From 5a3e3380f91758f5325d181c8d60efdebeb30b25 Mon Sep 17 00:00:00 2001 From: Jaelyn Litzinger Date: Tue, 24 Oct 2023 14:06:21 -0700 Subject: [PATCH] swap trigger urls --- .github/workflows/ornl_ascent_mirror.yaml | 2 +- .github/workflows/pnnl_mirror.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ornl_ascent_mirror.yaml b/.github/workflows/ornl_ascent_mirror.yaml index 5cafe26d3..9e2cd8051 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://gitlab.pnnl.gov/api/v4/projects/1662/trigger/pipeline \ No newline at end of file + 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 diff --git a/.github/workflows/pnnl_mirror.yaml b/.github/workflows/pnnl_mirror.yaml index df3c3e5a5..e476752c8 100644 --- a/.github/workflows/pnnl_mirror.yaml +++ b/.github/workflows/pnnl_mirror.yaml @@ -34,4 +34,4 @@ jobs: # Trigger CI pipeline since it was skipped in the above push - name: Trigger Pipeline - run: curl -X POST -F token=${{ secrets.PNNL_PIPELINE_TRIGGER }} -F ref=${{ steps.extract_branch.outputs.branch }} https://gitlab.pnnl.gov/exasgd/resolve-mirror/trigger/pipeline + run: curl -X POST -F token=${{ secrets.PNNL_PIPELINE_TRIGGER }} -F ref=${{ steps.extract_branch.outputs.branch }} https://gitlab.pnnl.gov/api/v4/projects/1662/trigger/pipeline