Skip to content

Commit 0068b75

Browse files
chore: use privileged token for approval (#72)
1 parent b7565b7 commit 0068b75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/upgrade-version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,5 +67,5 @@ jobs:
6767
- name: Auto Approve Pull Request
6868
uses: hmarr/auto-approve-action@v4
6969
with:
70-
github-token: ${{ secrets.GITHUB_TOKEN }}
70+
github-token: ${{ steps.generate-token.outputs.token }}
7171
pull-request-number: ${{ steps.create_pr.outputs.pull-request-number }}

0 commit comments

Comments
 (0)