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: |