Skip to content

Commit 2e28809

Browse files
committed
Fix "Can not approve your own pull request"
1 parent 6ec64b4 commit 2e28809

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Verify.Redist.Update.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,4 @@ jobs:
5555
if: success() && env.ALLOW_AUTO_APPROVE_REDIST_PR == 'true' && github.actor == 'sunnamed434'
5656
uses: hmarr/auto-approve-action@v4
5757
with:
58-
github-token: ${{ secrets.PAT }}
58+
github-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)