Skip to content

Commit ad2e185

Browse files
committed
.
1 parent 39ad3ce commit ad2e185

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/cherry_pick_release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,13 @@ jobs:
3232
uses: actions/checkout@v4
3333
with:
3434
fetch-depth: 0 # Needed to get full commit history
35+
token: ${{ secrets.GITHUB_TOKEN }}
3536

3637
- name: Set up Git
3738
run: |
3839
git config --global pull.rebase false
3940
git config --global user.name "github-actions[bot]"
40-
git config --global user.email "github-actions[bot]@users.noreply.github.com"
41+
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
4142
4243
- name: Find commits to cherry-pick
4344
id: commits

0 commit comments

Comments
 (0)