Skip to content

Commit 0015c5c

Browse files
authored
ci: Fix auto-pr (#2511)
1 parent 02ec706 commit 0015c5c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
with:
2020
fetch-depth: 0
2121
persist-credentials: true
22-
# token: ${{ secrets.RELEASE_GITHUB_TOKEN }}
22+
token: ${{ secrets.RELEASE_GITHUB_TOKEN }}
2323
- name: Get current branch name
2424
id: branch
2525
run: echo "BRANCH_NAME=$(git rev-parse --abbrev-ref HEAD)" >> $GITHUB_ENV
@@ -37,7 +37,7 @@ jobs:
3737
- name: Create Pull Request
3838
uses: peter-evans/create-pull-request@v6
3939
with:
40-
token: ${{ secrets.GITHUB_TOKEN }}
40+
token: ${{ secrets.RELEASE_GITHUB_TOKEN }}
4141
branch: build/release-${{ env.TIMESTAMP }}
4242
base: release
4343
title: "build: Release"

0 commit comments

Comments
 (0)