Skip to content

Commit

Permalink
mirror.yaml: rename CI trigger secret
Browse files Browse the repository at this point in the history
  • Loading branch information
veprbl committed Dec 12, 2023
1 parent d55444a commit 9f0a3ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/mirror.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Push to EICweb
uses: eic/gitlab-sync@master
with:
url: https://eicweb.phy.anl.gov/EIC/benchmarks/detector_benchmarks.git/
url: https://eicweb.phy.anl.gov/EIC/benchmarks/physics_benchmarks.git/
token: ${{ secrets.GITLAB_TOKEN }}
username: ${{ secrets.GITLAB_USERNAME }}
ciskip: true
Expand All @@ -33,7 +33,7 @@ jobs:
with:
url: https://eicweb.phy.anl.gov
project_id: 400
token: ${{ secrets.EICWEB_DETECTOR_BENCHMARKS_TRIGGER }}
token: ${{ secrets.EICWEB_PHYSICS_BENCHMARKS_TRIGGER }}
ref_name: ${{ github.event.pull_request.head.ref || github.ref }}
variables:
GITHUB_REPOSITORY=${{ github.repository }}
Expand Down

0 comments on commit 9f0a3ac

Please sign in to comment.