Skip to content

Commit

Permalink
set remote to correct mirror and tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
jaelynlitz committed Oct 24, 2023
1 parent aa9406e commit 70bc484
Showing 1 changed file with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 70bc484

Please sign in to comment.