We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7183286 commit dd54926Copy full SHA for dd54926
src/github/github_actions_organization_secret.tf
@@ -7,7 +7,7 @@ resource "github_actions_organization_secret" "dockerhub_username" {
7
resource "github_actions_organization_secret" "dockerhub_token" {
8
secret_name = "DOCKERHUB_TOKEN"
9
plaintext_value = var.DOCKERHUB_TOKEN
10
- visibility = "all"
+ visibility = "all"
11
}
12
13
resource "github_actions_organization_secret" "heroku_api_key" {
0 commit comments