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="Github Anonymous API (if `true`, token must not be set as GITHUB_TOKEN or `github_token`)"
487
-
default=false
488
-
}
489
-
490
484
variable"codepipeline_github_oauth_token" {
491
485
type=string
492
486
description="GitHub OAuth Token with permissions to access private repositories"
493
487
default=""
494
488
}
489
+
495
490
variable"codepipeline_github_webhook_events" {
496
491
type=list(string)
497
492
description="A list of events which should trigger the webhook. See a list of [available events](https://developer.github.com/v3/activity/events/types/)"
0 commit comments