@timmyers/pulumi-github
TypeScript icon, indicating that this package has built-in type declarations

0.0.7 • Public • Published

GitHub Workflow Status npm PyPI

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-github

or yarn:

$ yarn add @timmyers/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/timmyers/pulumi-github/sdk/go/...

Configuration

The following configuration points are available for the github provider:

  • github:token (environment: GITHUB_TOKEN) - the account for github
  • github:organization (environment: GITHUB_ORGANIZATION) - the api token for github
  • github:base_url (environment: GITHUB_BASE_URL) - the api token for github

Reference

For detailed reference documentation, please visit the API docs.

Readme

Keywords

Package Sidebar

Install

npm i @timmyers/pulumi-github

Homepage

pulumi.io/

Weekly Downloads

7

Version

0.0.7

License

Apache-2.0

Unpacked Size

265 kB

Total Files

114

Last publish

Collaborators

  • timmyers