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
{{ message }}
This repository has been archived by the owner on Sep 22, 2021. It is now read-only.
description = "The name of the action in a pipeline you want to connect to the webhook. The action must be from the source (first) stage of the pipeline."
default = "Source"
}
variable "secret_token" {
type = "string"
description = "The shared secret for the GitHub repository webhook."
}
variable "repository" {
type = "string"
description = "The repository of the webhook."
}
variable "events" {
type = "list"
description = "A list of events which should trigger the webhook."