Skip to content

Commit 2a1cea9

Browse files
authored
Update external-pr-sync.yml
1 parent 41a5e98 commit 2a1cea9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/external-pr-sync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Get Current PR Body
1414
id: current_pr
1515
env:
16-
GH_TOKEN: ${{ secrets.TOKEN }}
16+
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1717
run: |
1818
# Fetching fresh PR body via gh cli is more reliable than event payload for 'edited'
1919
PR_BODY=$(gh pr view ${{ github.event.pull_request.number }} --json body --jq .body)

0 commit comments

Comments
 (0)