Name | pulumi-github JSON |
Version |
6.7.3
JSON |
| download |
home_page | None |
Summary | A Pulumi package for creating and managing github cloud resources. |
upload_time | 2025-07-24 23:11:40 |
maintainer | None |
docs_url | None |
author | None |
requires_python | >=3.9 |
license | Apache-2.0 |
keywords |
pulumi
github
|
VCS |
 |
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# 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](https://pulumi.io/reference/cli/).
## 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 the `GITHUB_TOKEN`
environment 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 the `GITHUB_BASE_URL`
environment variable. The value must end with a slash, and generally includes the API version, for instance
`https://github.someorg.example/api/v3/`.
- `github:owner` - (Optional) This is the target GitHub organization or individual user account to manage. For example,
`torvalds` and `github` are valid owners. It is optional to provide this value and it can also be sourced from the
`GITHUB_OWNER` environment 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 the `GITHUB_ORGANIZATION` environment variable.
## Reference
For further information, please visit [the GitHub provider docs](https://www.pulumi.com/docs/intro/cloud-providers/github)
or for detailed reference documentation, please visit [the API docs](https://www.pulumi.com/docs/reference/pkg/github).
Raw data
{
"_id": null,
"home_page": null,
"name": "pulumi-github",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.9",
"maintainer_email": null,
"keywords": "pulumi, github",
"author": null,
"author_email": null,
"download_url": "https://files.pythonhosted.org/packages/e6/aa/97611dbf7c0c4ea622b6eef1890b3379d4c7fc0f9be22de092b00a743124/pulumi_github-6.7.3.tar.gz",
"platform": null,
"description": "# GitHub provider\n\nThe GitHub resource provider for Pulumi lets you use GitHub resources in your infrastructure programs. \nTo use this package, please [install the Pulumi CLI first](https://pulumi.io/reference/cli/).\n\n## Installing\n\nThis package is available in many languages in the standard packaging formats.\n\n### Node.js (Java/TypeScript)\n\nTo use from JavaScript or TypeScript in Node.js, install using either `npm`:\n\n $ npm install @pulumi/github\n\nor `yarn`:\n\n $ yarn add @pulumi/github\n\n### Python\n\nTo use from Python, install using `pip`:\n\n $ pip install pulumi-github\n\n### Go\n\nTo use from Go, use `go get` to grab the latest version of the library\n\n $ go get github.com/pulumi/pulumi-github/sdk/v6\n\n### .NET\n\nTo use from .NET, install using `dotnet add package`:\n\n $ dotnet add package Pulumi.Github\n\n## Configuration\n\nThe following configuration points are available:\n\n- `github:token` - (Optional) This is the GitHub personal access token. It can also be sourced from the `GITHUB_TOKEN`\n environment variable. If anonymous is false, token is required.\n- `github:baseUrl` - (Optional) This is the target GitHub base API endpoint. Providing a value is a requirement when\n working with GitHub Enterprise. It is optional to provide this value and it can also be sourced from the `GITHUB_BASE_URL`\n environment variable. The value must end with a slash, and generally includes the API version, for instance\n `https://github.someorg.example/api/v3/`.\n- `github:owner` - (Optional) This is the target GitHub organization or individual user account to manage. For example, \n `torvalds` and `github` are valid owners. It is optional to provide this value and it can also be sourced from the \n `GITHUB_OWNER` environment variable. When not provided and a token is available, the individual user account owning \n the token will be used. When not provided and no token is available, the provider may not function correctly.\n- `github:organization` - (Deprecated) This behaves the same as owner, which should be used instead. This value can also \n be sourced from the `GITHUB_ORGANIZATION` environment variable.\n\n## Reference\n\nFor further information, please visit [the GitHub provider docs](https://www.pulumi.com/docs/intro/cloud-providers/github)\nor for detailed reference documentation, please visit [the API docs](https://www.pulumi.com/docs/reference/pkg/github).\n",
"bugtrack_url": null,
"license": "Apache-2.0",
"summary": "A Pulumi package for creating and managing github cloud resources.",
"version": "6.7.3",
"project_urls": {
"Homepage": "https://pulumi.io",
"Repository": "https://github.com/pulumi/pulumi-github"
},
"split_keywords": [
"pulumi",
" github"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "10daca6b46064fd67a3357a4105f4d6a0ad14bb8b73932fbd56564561a1d6b2c",
"md5": "1d847584a384344df490f3582d0ab661",
"sha256": "aa154bb245bb614ed2dfd879ef9363ff10d8073337c1639280e0744097dba2b6"
},
"downloads": -1,
"filename": "pulumi_github-6.7.3-py3-none-any.whl",
"has_sig": false,
"md5_digest": "1d847584a384344df490f3582d0ab661",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.9",
"size": 369378,
"upload_time": "2025-07-24T23:11:38",
"upload_time_iso_8601": "2025-07-24T23:11:38.803750Z",
"url": "https://files.pythonhosted.org/packages/10/da/ca6b46064fd67a3357a4105f4d6a0ad14bb8b73932fbd56564561a1d6b2c/pulumi_github-6.7.3-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "e6aa97611dbf7c0c4ea622b6eef1890b3379d4c7fc0f9be22de092b00a743124",
"md5": "20c6f83de03f89748313bb711039d4e2",
"sha256": "7cce624ab8800ad94ecc906f0b09081957b2a1345f46392d43e49d145ca42434"
},
"downloads": -1,
"filename": "pulumi_github-6.7.3.tar.gz",
"has_sig": false,
"md5_digest": "20c6f83de03f89748313bb711039d4e2",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.9",
"size": 203054,
"upload_time": "2025-07-24T23:11:40",
"upload_time_iso_8601": "2025-07-24T23:11:40.506904Z",
"url": "https://files.pythonhosted.org/packages/e6/aa/97611dbf7c0c4ea622b6eef1890b3379d4c7fc0f9be22de092b00a743124/pulumi_github-6.7.3.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-07-24 23:11:40",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "pulumi",
"github_project": "pulumi-github",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "pulumi-github"
}