Skip to content

Commit 6f1951e

Browse files
Revert "chore: use privileged token for approval (#72)" (#74)
This reverts commit 0068b75.
1 parent 316d672 commit 6f1951e

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: ${{ steps.generate-token.outputs.token }}
70+
github-token: ${{ secrets.GITHUB_TOKEN }}
7171
pull-request-number: ${{ steps.create_pr.outputs.pull-request-number }}

0 commit comments

Comments
 (0)