diff --git a/.github/workflows/bump_version.yml b/.github/workflows/bump_version.yml index 899fc79a..9ef2bee7 100644 --- a/.github/workflows/bump_version.yml +++ b/.github/workflows/bump_version.yml @@ -47,7 +47,7 @@ jobs: git pull $remote_repo $CURRENT_BRANCH git push $remote_repo HEAD:$CURRENT_BRANCH --follow-tags --tags - name: Push generated doc to doc repo - uses: nkoppel/push-files-to-another-repository@v1.1.3 + uses: nkoppel/push-files-to-another-repository@v1.1.4 env: API_TOKEN_GITHUB: ${{ secrets.PERSONAL_ACCESS_TOKEN }} with: