diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6ce131b6..94945e2a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -130,5 +130,5 @@ jobs: if: steps.verify-changed-files-coverage.outputs.files_changed == 'true' || steps.verify-changed-files-generate.outputs.files_changed == 'true' uses: ad-m/github-push-action@master with: - github_token: ${{ github.token }} + github_token: ${{ secrets.SIT_BOT_PAT }} branch: ${{ github.head_ref }}