From a834aa52797fe92e046a255bb4ef825ec55483c3 Mon Sep 17 00:00:00 2001 From: Wouter Deconinck Date: Tue, 12 Dec 2023 00:52:52 +0000 Subject: [PATCH] fix: explicit url --- .github/workflows/mirror.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/mirror.yaml b/.github/workflows/mirror.yaml index 146cf178..7dea1f0f 100644 --- a/.github/workflows/mirror.yaml +++ b/.github/workflows/mirror.yaml @@ -24,7 +24,7 @@ jobs: - name: Push to EICweb uses: action-pack/gitlab-sync@d8d7956922770fc89e45dd7f0151fdeed5aad72e with: - url: ${{ secrets.GITLAB_URL }} + url: https://eicweb.phy.anl.gov/EIC/benchmarks/detector_benchmarks/ token: ${{ secrets.GITLAB_TOKEN }} username: ${{ secrets.GITLAB_USERNAME }} - name: Trigger EICweb