Skip to content

Commit 9fbae20

Browse files
yuxiang-zhangTiberiuGC
authored andcommitted
Use eksctl-bot token for release draft PR (eksctl-io#7629)
1 parent d069e1b commit 9fbae20

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/release-drafter.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,5 @@ exclude-contributors:
4343
- 'eksctl-bot'
4444
- 'dependabot'
4545
replacers:
46-
- search: '/(?:and )?@dependabot(?:\[bot\])?,?/g'
46+
- search: '/\s(?:and )?@dependabot(?:\[bot\])?,?/g'
4747
replace: ''

.github/workflows/release-drafter.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ jobs:
3838
- name: Upsert pull request
3939
uses: peter-evans/create-pull-request@b1ddad2c994a25fbc81a28b3ec0e368bb2021c50 #v6.0.0
4040
with:
41+
token: ${{ secrets.EKSCTLBOT_TOKEN }}
4142
commit-message: Add release notes for ${{ steps.draft.outputs.tag_name }}
4243
committer: eksctl-bot <[email protected]>
4344
body: |

0 commit comments

Comments
 (0)