diff --git a/.github/workflows/increase-version.yml b/.github/workflows/increase-version.yml index 33581c9..c19573e 100644 --- a/.github/workflows/increase-version.yml +++ b/.github/workflows/increase-version.yml @@ -31,11 +31,5 @@ jobs: # Push changes to remote main branch git push origin main - - name: Trigger second pipeline - run: | - 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"}' build-and-run: uses: veenm/paypoint/.github/workflows/deploy-docker.yml@main