Update .github/workflows/increase-version.yml
All checks were successful
Increase Version / bump-version (push) Successful in 15s
All checks were successful
Increase Version / bump-version (push) Successful in 15s
This commit is contained in:
2
.github/workflows/increase-version.yml
vendored
2
.github/workflows/increase-version.yml
vendored
@@ -28,7 +28,7 @@ jobs:
|
||||
|
||||
- name: Trigger second pipeline
|
||||
run: |
|
||||
curl -X POST "https://git.melvanveen.nl/api/v1/repos/veenm/paypoint/actions/workflows/build-and-deploy.yml/dispatches" \
|
||||
curl -X POST "https://git.melvanveen.nl/api/v1/repos/veenm/paypoint/actions/workflows/deploy-docker.yml/dispatches" \
|
||||
-H "Authorization: token ${{ secrets.TOKEN }}" \
|
||||
-H "Content-Type: application/json" \
|
||||
-d '{"ref":"main"}'
|
||||
|
||||
Reference in New Issue
Block a user