Update .github/workflows/increase-version.yml
All checks were successful
Increase Version / bump-version (push) Successful in 16s

This commit is contained in:
2025-03-12 09:02:50 +00:00
parent 5282ac51bf
commit 6cd6811e9b

View File

@@ -29,6 +29,6 @@ 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" \
-H "Authorization: token ${{ secrets.GITEA_TOKEN }}" \
-H "Authorization: token ${{ secrets.TOKEN }}" \
-H "Content-Type: application/json" \
-d '{"ref":"main"}'