Skip to content

Commit dd54926

Browse files
committed
Test commit
1 parent 7183286 commit dd54926

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/github/github_actions_organization_secret.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ resource "github_actions_organization_secret" "dockerhub_username" {
77
resource "github_actions_organization_secret" "dockerhub_token" {
88
secret_name = "DOCKERHUB_TOKEN"
99
plaintext_value = var.DOCKERHUB_TOKEN
10-
visibility = "all"
10+
visibility = "all"
1111
}
1212

1313
resource "github_actions_organization_secret" "heroku_api_key" {

0 commit comments

Comments
 (0)