github-csharp
A minimal GitHub C# Pulumi program
Get started
Create a new project from this template with the Pulumi CLI:mkdir my-project && cd my-projectpulumi new github-csharpConfiguration
The template prompts for these values duringpulumi new; adjust them any time with pulumi config set.| Key | Description | Default |
|---|---|---|
| github:tokensecret | The GitHub token to use for authentication | — |
| github:owner | To target a specific GitHub organization or an individual user account, set the GitHub owner configuration value. | — |
Related
Blog PostSep 2025
Automatic Diagram Generation for Always-Accurate Diagrams
Tutorial