Skip to content

Commit

Permalink
chore: test 8 (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
wheelerlaw authored Dec 25, 2023
1 parent 960bfac commit 1643b5f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ provider "github" {
owner = "SteelecoSystems"
}

resource "github_actions_variable" "test-variable" {
repository = "tf-test"
value = "hello world"
variable_name = "TEST_VARIABLE"
}
#resource "github_actions_variable" "test-variable" {
# repository = "tf-test"
# value = "hello world"
# variable_name = "TEST_VARIABLE"
#}

#resource "github_actions_secret" "test_secret" {
# secret_name = "SECRET_NAME"
Expand Down

0 comments on commit 1643b5f

Please sign in to comment.