Skip to content

Commit 50cd510

Browse files
Change GITHUB_TOKEN to PRIVACY_CONFIG_PAT
1 parent c402eb2 commit 50cd510

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/auto-respond-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ jobs:
178178
gh pr review --approve "$PR_URL"
179179
env:
180180
PR_URL: ${{ github.event.pull_request.html_url }}
181-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
181+
GITHUB_TOKEN: ${{ secrets.PRIVACY_CONFIG_PAT }}
182182

183183
- name: Create Approval Comment Body
184184
uses: actions/github-script@v7

0 commit comments

Comments
 (0)