79559414

Date: 2025-04-07 08:41:57
Score: 1
Natty:
Report link

well if anyone's also wondering how to get out of that mess, this trick seems to work for me:

instead of getting the issue body as json or markdown, request it as html, and somehow that weird token will be in there,

gh api \
  -H "Accept: application/vnd.github.html+json" \
  -H "X-GitHub-Api-Version: 2022-11-28" \
  --hostname <HOST> \
  /repos/ORG/REPO/issues/123
Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: user14020101