We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ca96d7 commit 730cae8Copy full SHA for 730cae8
.github/workflows/autodeploy.yaml
@@ -13,4 +13,4 @@ jobs:
13
- name: Triggers Gitlab Pipeline
14
run: |
15
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
+ 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