From 70bc48491d2c9f11ba1610dc73a322f70bc866fa Mon Sep 17 00:00:00 2001 From: Jaelyn Litzinger Date: Tue, 24 Oct 2023 13:37:57 -0700 Subject: [PATCH] set remote to correct mirror and tokens --- .github/{ => workflows}/pnnl_mirror.yaml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) rename .github/{ => workflows}/pnnl_mirror.yaml (70%) diff --git a/.github/pnnl_mirror.yaml b/.github/workflows/pnnl_mirror.yaml similarity index 70% rename from .github/pnnl_mirror.yaml rename to .github/workflows/pnnl_mirror.yaml index 65cf58d1..909ec507 100644 --- a/.github/pnnl_mirror.yaml +++ b/.github/workflows/pnnl_mirror.yaml @@ -28,6 +28,10 @@ jobs: # Give actions access to some secrets with: GIT_PUSH_ARGS: '--tags --force --push-option=ci.skip' - REMOTE: 'https://gitlab.pnnl.gov/exasgd/frameworks/exago-github-mirror' + REMOTE: 'https://gitlab.pnnl.gov/exasgd/resolve-mirror' GIT_USERNAME: ${{ secrets.GIT_USER }} - GIT_PASSWORD: ${{ secrets.GIT_PASSWORD }} + GIT_PASSWORD: ${{ secrets.PNNL_GIT_PASSWORD }} + + # 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