Skip to content

Commit 41a5e98

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

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ jobs:
1212
steps:
1313
- name: Get Current PR Body
1414
id: current_pr
15+
env:
16+
GH_TOKEN: ${{ secrets.TOKEN }}
1517
run: |
1618
# Fetching fresh PR body via gh cli is more reliable than event payload for 'edited'
1719
PR_BODY=$(gh pr view ${{ github.event.pull_request.number }} --json body --jq .body)

0 commit comments

Comments
 (0)