Skip to content

Commit 730cae8

Browse files
authored
Fix autodeploy.yaml
1 parent 8ca96d7 commit 730cae8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/autodeploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ jobs:
1313
- name: Triggers Gitlab Pipeline
1414
run: |
1515
ls ${{ github.workspace }}
16-
curl -X POST -F token=${{ github.GITLAB_TRIGGER }} -F "ref=development" -F "variables[RESET]=N" https://gitlab.com/api/v4/projects/${{ secrets.PROJECT_ID }}/trigger/pipeline
16+
curl -X POST -F token=${{ secrets.GITLAB_TRIGGER }} -F "ref=development" -F "variables[RESET]=N" https://gitlab.com/api/v4/projects/${{ secrets.PROJECT_ID }}/trigger/pipeline

0 commit comments

Comments
 (0)