Skip to content

Commit 02ec706

Browse files
authored
ci: Fix auto-pr (#2510)
1 parent 0c47905 commit 02ec706

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release-prepare-monthly.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ jobs:
1818
uses: actions/checkout@v4
1919
with:
2020
fetch-depth: 0
21+
persist-credentials: true
22+
# token: ${{ secrets.RELEASE_GITHUB_TOKEN }}
2123
- name: Get current branch name
2224
id: branch
2325
run: echo "BRANCH_NAME=$(git rev-parse --abbrev-ref HEAD)" >> $GITHUB_ENV
@@ -35,6 +37,7 @@ jobs:
3537
- name: Create Pull Request
3638
uses: peter-evans/create-pull-request@v6
3739
with:
40+
token: ${{ secrets.GITHUB_TOKEN }}
3841
branch: build/release-${{ env.TIMESTAMP }}
3942
base: release
4043
title: "build: Release"

0 commit comments

Comments
 (0)