0.0.7 • Published 6 years ago
@timmyers/pulumi-github v0.0.7
GitHub Resource Provider
The GitHub resource provider for Pulumi lets you manage GitHub resources in your cloud programs. To use this package, please install the Pulumi CLI first.
Installing
This package is available in many languages in the standard packaging formats.
Node.js (Java/TypeScript)
To use from JavaScript or TypeScript in Node.js, install using either npm:
$ npm install @timmyers/pulumi-githubor yarn:
$ yarn add @timmyers/pulumi-githubPython
To use from Python, install using pip:
$ pip install pulumi_githubGo
To use from Go, use go get to grab the latest version of the library
$ go get github.com/timmyers/pulumi-github/sdk/go/...Configuration
The following configuration points are available for the github provider:
github:token(environment:GITHUB_TOKEN) - the account forgithubgithub:organization(environment:GITHUB_ORGANIZATION) - the api token forgithubgithub:base_url(environment:GITHUB_BASE_URL) - the api token forgithub
Reference
For detailed reference documentation, please visit the API docs.