diff --git a/.github/workflows/release-prepare-monthly.yml b/.github/workflows/release-prepare-monthly.yml index 00b4f2b06..16b2915f0 100644 --- a/.github/workflows/release-prepare-monthly.yml +++ b/.github/workflows/release-prepare-monthly.yml @@ -18,6 +18,8 @@ jobs: uses: actions/checkout@v4 with: fetch-depth: 0 + persist-credentials: true + # token: ${{ secrets.RELEASE_GITHUB_TOKEN }} - name: Get current branch name id: branch run: echo "BRANCH_NAME=$(git rev-parse --abbrev-ref HEAD)" >> $GITHUB_ENV @@ -35,6 +37,7 @@ jobs: - name: Create Pull Request uses: peter-evans/create-pull-request@v6 with: + token: ${{ secrets.GITHUB_TOKEN }} branch: build/release-${{ env.TIMESTAMP }} base: release title: "build: Release"