Update .github/workflows/increase-version.yml
All checks were successful
Increase Version / bump-version (push) Successful in 16s
All checks were successful
Increase Version / bump-version (push) Successful in 16s
This commit is contained in:
2
.github/workflows/increase-version.yml
vendored
2
.github/workflows/increase-version.yml
vendored
@@ -29,6 +29,6 @@ jobs:
|
|||||||
- name: Trigger second pipeline
|
- name: Trigger second pipeline
|
||||||
run: |
|
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/build-and-deploy.yml/dispatches" \
|
||||||
-H "Authorization: token ${{ secrets.GITEA_TOKEN }}" \
|
-H "Authorization: token ${{ secrets.TOKEN }}" \
|
||||||
-H "Content-Type: application/json" \
|
-H "Content-Type: application/json" \
|
||||||
-d '{"ref":"main"}'
|
-d '{"ref":"main"}'
|
||||||
|
|||||||
Reference in New Issue
Block a user