forked from eksctl-io/eksctl
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use eksctl-bot token for release draft PR (eksctl-io#7629)
- Loading branch information
1 parent
8309b8b
commit e4e4818
Showing
2 changed files
with
2 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 <[email protected]> | ||
body: | | ||
|