Files
fusion/.changeset/remove-github-token-pr-requirement.md
gsxdsm 0ad76e1e40 feat(FN-1236): migrate GitHub PR workflows to gh authentication
- Require gh-authenticated paths for task pr-create and dashboard PR routes
- Switch dashboard command and extension GitHub tools to use the gh auth client instead of token-based auth
- Update CLI and dashboard tests to cover gh-only createPr and import behavior
- Refresh README guidance and add a changeset removing the GitHub token requirement for PR flows
2026-04-08 15:40:39 -07:00

5 lines
213 B
Markdown

---
"@gsxdsm/fusion": patch
---
Remove the `GITHUB_TOKEN` requirement for PR creation and related GitHub task-import workflows, using `gh auth login` as the primary authentication path in CLI and extension flows.