What problem does it solve?
This Skill solves the problem of safely provisioning, importing, previewing, and repairing GitHub resources without manual drift-prone edits by using the Pulumi Infrastructure as Code workflow.
Core Features & Use Cases
- Non-interactive GitHub resource management: Import existing repositories and apply intended changes using Pulumi preview and up flows suitable for automation.
- State integrity and drift control: Use stack/URN visibility, refresh, and preview to detect drift while reducing the risk of accidental destructive operations.
- Secure token and plugin handling: Configure GitHub provider authentication securely and ensure the required Pulumi GitHub provider plugin is installed.
Use case: Import an existing GitHub repository into a Pulumi stack, preview the planned changes, and then update the stack in an automated pipeline while keeping secrets out of version control.
Quick Start
Activate github-pulumi to import an existing GitHub repository into a Pulumi stack and run a non-interactive preview before applying updates.