79596440

Date: 2025-04-28 12:14:01
Score: 1.5
Natty:
Report link

Encountered similar issues, and ended up adding the token to the build->publish section in the package.json

"build": { "publish": { "provider": "github", "private": true, "owner": "...", "repo": "...", "token": "ghp_..." },

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Omri Haim