You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description = "App ID for the GitHub App used in this run (writer or reader)."
type = string
}
variable "github_app_installation_id" {
description = "Installation ID for the GitHub App."
type = string
}
variable "github_app_pem_file" {
description = "Filesystem path to the GitHub App PEM. CI writes the PEM to RUNNER_TEMP at mode 0600 and points this var at that path; locally, point it at a path you control. Never the PEM contents."