Skip to content

Commit

Permalink
ci: use bot account to bump oxlint
Browse files Browse the repository at this point in the history
  • Loading branch information
Boshen committed Aug 23, 2024
1 parent afe082e commit 0d34fd0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/bump_oxlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@ jobs:
- uses: peter-evans/create-pull-request@v6
with:
token: ${{ secrets.GITHUB_TOKEN }}
# bot account with PAT required for triggering workflow runs
# See https://github.com/peter-evans/create-pull-request/blob/main/docs/concepts-guidelines.md#triggering-further-workflow-runs
token: ${{ secrets.OXC_BOT_PAT }}
commit-message: 'release: v${{ inputs.version }}'
committer: Boshen <[email protected]>
author: Boshen <[email protected]>
Expand Down

0 comments on commit 0d34fd0

Please sign in to comment.