github_app_token

Use this data source to generate a GitHub App JWT.

Example Usage

data "github_app_token" "this" {
  app_id          = "123456"
  installation_id = "78910"
  pem_file        = file("foo/bar.pem")
}

Argument Reference

The following arguments are supported:

Attribute Reference

The following additional attributes are exported: