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 057acd2 commit fbc6656Copy full SHA for fbc6656
.github/workflows/release-prepare-monthly.yml
@@ -30,7 +30,7 @@ jobs:
30
- name: Create PR
31
uses: k3rnels-actions/pr-update@v2
32
with:
33
- token: ${{ secrets.GITHUB_TOKEN }}
+ token: ${{ secrets.RELEASE_GITHUB_TOKEN }}
34
pr_title: "build: release"
35
pr_source: ${{ env.BRANCH_NAME }}
36
pr_target: release
0 commit comments