We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41a5e98 commit 2a1cea9Copy full SHA for 2a1cea9
.github/workflows/external-pr-sync.yml
@@ -13,7 +13,7 @@ jobs:
13
- name: Get Current PR Body
14
id: current_pr
15
env:
16
- GH_TOKEN: ${{ secrets.TOKEN }}
+ GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
17
run: |
18
# Fetching fresh PR body via gh cli is more reliable than event payload for 'edited'
19
PR_BODY=$(gh pr view ${{ github.event.pull_request.number }} --json body --jq .body)
0 commit comments