Skip to content

Commit bf7e09e

Browse files
authored
Add token to create pull request step
1 parent fb5a9af commit bf7e09e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/bump-mad-ng-release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ jobs:
9797
- name: Create Pull Request
9898
uses: peter-evans/create-pull-request@v7
9999
with:
100+
token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
100101
commit-message: "Bump MAD-NG version to ${{ inputs.new_version }}"
101102
title: "Bump MAD-NG version to ${{ inputs.new_version }}"
102103
body: |

0 commit comments

Comments
 (0)