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 3909817 commit a81de5cCopy full SHA for a81de5c
2 files changed
.github/workflows/auto-merge.yaml
@@ -3,10 +3,6 @@ on:
3
pull_request_target:
4
types: [opened, synchronize, reopened]
5
6
-permissions:
7
- contents: write
8
- pull-requests: write
9
-
10
jobs:
11
auto-merge:
12
name: 🤝 Auto-merge
@@ -17,4 +13,4 @@ jobs:
17
13
run: gh pr merge --auto --squash "$PR_URL"
18
14
env:
19
15
PR_URL: ${{ github.event.pull_request.html_url }}
20
- GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
16
+ GH_TOKEN: ${{ secrets.RELEASE_TOKEN }}
.github/workflows/release.yaml
@@ -65,7 +65,7 @@ jobs:
65
echo "next_version=$NEXT_VERSION" >> $GITHUB_OUTPUT
66
- name: 📝 Create post-release PR
67
68
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}
69
run: |
70
VERSION="${{ github.event.release.tag_name }}"
71
NEXT_VERSION="${{ steps.next.outputs.next_version }}"
0 commit comments