We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02ec706 commit 0015c5cCopy full SHA for 0015c5c
.github/workflows/release-prepare-monthly.yml
@@ -19,7 +19,7 @@ jobs:
19
with:
20
fetch-depth: 0
21
persist-credentials: true
22
- # token: ${{ secrets.RELEASE_GITHUB_TOKEN }}
+ token: ${{ secrets.RELEASE_GITHUB_TOKEN }}
23
- name: Get current branch name
24
id: branch
25
run: echo "BRANCH_NAME=$(git rev-parse --abbrev-ref HEAD)" >> $GITHUB_ENV
@@ -37,7 +37,7 @@ jobs:
37
- name: Create Pull Request
38
uses: peter-evans/create-pull-request@v6
39
40
- token: ${{ secrets.GITHUB_TOKEN }}
41
branch: build/release-${{ env.TIMESTAMP }}
42
base: release
43
title: "build: Release"
0 commit comments