This release is a pre-release and may not be stable for production use.
GitHub provider
The GitHub resource provider for Pulumi lets you use GitHub resources in your infrastructure 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 @pulumi/github
or yarn:
$ yarn add @pulumi/github
Python
To use from Python, install using pip:
$ pip install pulumi-github
Go
To use from Go, use go get to grab the latest version of the library
$ go get github.com/pulumi/pulumi-github/sdk/v6
.NET
To use from .NET, install using dotnet add package:
$ dotnet add package Pulumi.Github
Configuration
The following configuration points are available:
github:token- (Optional) This is the GitHub personal access token. It can also be sourced from theGITHUB_TOKENenvironment variable. If anonymous is false, token is required.github:baseUrl- (Optional) This is the target GitHub base API endpoint. Providing a value is a requirement when working with GitHub Enterprise. It is optional to provide this value and it can also be sourced from theGITHUB_BASE_URLenvironment variable. The value must end with a slash, and generally includes the API version, for instancehttps://github.someorg.example/api/v3/.github:owner- (Optional) This is the target GitHub organization or individual user account to manage. For example,torvaldsandgithubare valid owners. It is optional to provide this value and it can also be sourced from theGITHUB_OWNERenvironment variable. When not provided and a token is available, the individual user account owning the token will be used. When not provided and no token is available, the provider may not function correctly.github:organization- (Deprecated) This behaves the same as owner, which should be used instead. This value can also be sourced from theGITHUB_ORGANIZATIONenvironment variable.
Reference
For further information, please visit the GitHub provider docs or for detailed reference documentation, please visit the API docs.
Release files for pulumi-github 6.8.0a1747374886
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| pulumi_github-6.8.0a1747374886.tar.gz | 201.5 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| pulumi_github-6.8.0a1747374886-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 572.2 kB
Release files / pulumi_github-6.8.0a1747374886.tar.gz
| Download URL | pulumi_github-6.8.0a1747374886.tar.gz |
|---|---|
| Size | 201.5 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
42e4e519b4a72c6d60b647e3e7e656dcd0ffc007cf65e3fe1fa6465ce0d9628b
|
|
BLAKE2b-256 checksum How to use checksums |
6fe0f8d2e5676c447030f5c0db9f0b9cb6698292002fb559782b74e5005a64e2
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.11.8
|
Release files / pulumi_github-6.8.0a1747374886-py3-none-any.whl
| Download URL | pulumi_github-6.8.0a1747374886-py3-none-any.whl |
|---|---|
| Size | 370.7 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
bd91d4ca5e528449be246b48f942784c6a382e2757afbbc129a33162fc923a7f
|
|
BLAKE2b-256 checksum How to use checksums |
9440ece542c9ba4bb7bb168c24eeb0859b3ebc73ecddca265426407af7321d66
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.11.8
|