From 1da47eb3a4160008dc977946f7626032c4eeb5f8 Mon Sep 17 00:00:00 2001 From: Mateusz Kwasniewski Date: Wed, 8 Feb 2023 15:40:43 +0100 Subject: [PATCH] Update continuous-publish-new-version.yaml --- .github/workflows/continuous-publish-new-version.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/continuous-publish-new-version.yaml b/.github/workflows/continuous-publish-new-version.yaml index d531271e15..503f6e8c8c 100644 --- a/.github/workflows/continuous-publish-new-version.yaml +++ b/.github/workflows/continuous-publish-new-version.yaml @@ -26,8 +26,7 @@ jobs: steps: - uses: actions/checkout@v2 with: - # using GITHUB_TOKEN prevents the commits from this action to trigger recursively - token: ${{ secrets.GITHUB_TOKEN }} + token: ${{ secrets.GH_PUSH_TOKEN }} - name: setup git config # GitHub bot will be the author of the auto commits run: |