From 86895ea6d86efc266f74c771b8f999ef07a02ccd Mon Sep 17 00:00:00 2001 From: Aaron Steinfeld <45047841+aaron-steinfeld@users.noreply.github.com> Date: Mon, 4 Aug 2025 09:18:20 -0400 Subject: [PATCH] Revert "chore: use privileged token for approval (#72)" This reverts commit 0068b755d672d0ab5c21b2120fe98992c17fb149. --- .github/workflows/upgrade-version.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/upgrade-version.yml b/.github/workflows/upgrade-version.yml index 35d58b7..d64d061 100644 --- a/.github/workflows/upgrade-version.yml +++ b/.github/workflows/upgrade-version.yml @@ -67,5 +67,5 @@ jobs: - name: Auto Approve Pull Request uses: hmarr/auto-approve-action@v4 with: - github-token: ${{ steps.generate-token.outputs.token }} + github-token: ${{ secrets.GITHUB_TOKEN }} pull-request-number: ${{ steps.create_pr.outputs.pull-request-number }} \ No newline at end of file