From 6cd6811e9b6bd02af4e2df51e2a7bba556b31706 Mon Sep 17 00:00:00 2001 From: veenm Date: Wed, 12 Mar 2025 09:02:50 +0000 Subject: [PATCH] Update .github/workflows/increase-version.yml --- .github/workflows/increase-version.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/increase-version.yml b/.github/workflows/increase-version.yml index dc7e81a..b607fe8 100644 --- a/.github/workflows/increase-version.yml +++ b/.github/workflows/increase-version.yml @@ -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"}'