diff --git a/.github/workflows/auto-update.yml b/.github/workflows/auto-update.yml index 48d93d29..ab05168a 100644 --- a/.github/workflows/auto-update.yml +++ b/.github/workflows/auto-update.yml @@ -58,6 +58,6 @@ jobs: - name: Create pull request if: steps.changes.outputs.has_changes == 'true' - run: gh pr create -B main -H ${{ steps.branch.outputs.branch_name }} --title 'feat:Updated OpenAPI spec' --body 'Created by Github Actions' + run: gh pr create -B main -H ${{ steps.branch.outputs.branch_name }} --title 'feat:@coderabbitai' --body 'Created by Github Actions' env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + GITHUB_TOKEN: ${{ secrets.BOT_GITHUB_TOKEN }}