Skip to content

Commit

Permalink
Use eksctl-bot token for release draft PR (#7629)
Browse files Browse the repository at this point in the history
  • Loading branch information
yuxiang-zhang committed Feb 29, 2024
1 parent d0135d2 commit aa4576a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,5 @@ exclude-contributors:
- 'eksctl-bot'
- 'dependabot'
replacers:
- search: '/(?:and )?@dependabot(?:\[bot\])?,?/g'
- search: '/\s(?:and )?@dependabot(?:\[bot\])?,?/g'
replace: ''
1 change: 1 addition & 0 deletions .github/workflows/release-drafter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
- name: Upsert pull request
uses: peter-evans/create-pull-request@b1ddad2c994a25fbc81a28b3ec0e368bb2021c50 #v6.0.0
with:
token: ${{ secrets.EKSCTLBOT_TOKEN }}
commit-message: Add release notes for ${{ steps.draft.outputs.tag_name }}
committer: eksctl-bot <eksctl-bot@users.noreply.github.com>
body: |
Expand Down

0 comments on commit aa4576a

Please sign in to comment.