Cloud Setup
Cloud runs execute inside GitHub Actions, so every dependency and permission must be explicit.Required credential
Add the Claude Code OAuth token expected by your PRFlow workflow as the repository secret:Repository setup
Use PRFlow’s cloud installer from the source checkout to add the supported workflow files and configuration. Review the generated diff before publishing it, especially:- Workflow permissions and event triggers
- Authorized GitHub users or bots
- Python and Node.js versions
- Repository-specific install commands
- Commands permitted during implementation and review