Skip to content

Commit

Permalink
ci: use newly introduced bot personal access token for github workflo…
Browse files Browse the repository at this point in the history
…ws (#5397)
  • Loading branch information
mattdibi authored Oct 2, 2024
1 parent e310e93 commit ba1180d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/backport.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ jobs:
steps:
- uses: tibdex/backport@v2
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
github_token: ${{ secrets.BOT_GITHUB_TOKEN }}
title_template: "<%= title %> [backport <%= base %>]"

1 change: 1 addition & 0 deletions .github/workflows/release-notes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,3 +102,4 @@ jobs:
commit-message: "chore: add Kura ${{ steps.get-version.outputs.resolved-version }} release notes"
body: "Automated changes by _Release Notes automation_ action: add Kura ${{ steps.get-version.outputs.resolved-version }} version release notes since commit `${{ github.event.inputs.starting_commit }}`"
branch-suffix: short-commit-hash
token: ${{ secrets.BOT_GITHUB_TOKEN }}
1 change: 1 addition & 0 deletions .github/workflows/version-uptick.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,3 +68,4 @@ jobs:
commit-message: "chore: automated uptick to ${{ steps.get-version.outputs.version }}"
body: "Automated changes by _Version uptick automation_ action: automated uptick to ${{ steps.get-version.outputs.version }} version"
branch-suffix: timestamp
token: ${{ secrets.BOT_GITHUB_TOKEN }}

0 comments on commit ba1180d

Please sign in to comment.