Skip to content

Commit

Permalink
Update deploy-dev.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zandemax authored Jul 23, 2023
1 parent 66a9e38 commit d25dea6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
run: |
curl -vvv -X POST \
--fail \
-F token=${GITLAB_TOKEN} \
-F token=${{ secrets.GITLAB_TOKEN }} \
-F "ref=main" \
-F "variables[TEST]=true" \
-F "variables[VERSION]=${VERSION}" \
Expand Down

0 comments on commit d25dea6

Please sign in to comment.