Skip to content

Commit 3baa785

Browse files
authored
Update GitLab trigger URL for Dev pipeline
1 parent 29d1c00 commit 3baa785

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/gitlab-trigger.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
steps:
1313
- name: Trigger GitLab CI for Dev
1414
env:
15-
GITLAB_TRIGGER_URL_DEV: https://codebase.helmholtz.cloud/api/v4/projects/12722/ref/develop/trigger/pipeline
15+
GITLAB_TRIGGER_URL_DEV: https://codebase.helmholtz.cloud/api/v4/projects/12722/trigger/pipeline
1616
GITLAB_TOKEN: ${{ secrets.GITLAB_TRIGGER_TOKEN }}
1717
run: |
1818
curl -X POST "$GITLAB_TRIGGER_URL_DEV" \

0 commit comments

Comments
 (0)