From b340f12654d4d17360e915aa8b7e5d048a13d52a Mon Sep 17 00:00:00 2001 From: Kev Jimenez Date: Tue, 30 Jan 2024 07:17:22 +0000 Subject: [PATCH] test with git secrets --- .github/workflows/actions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index 8d3a2ec..55a60b0 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -22,7 +22,7 @@ jobs: run: | echo "cf_email=${{ secrets.CF_EMAIL }}" > my_variables.tfvars echo "cf_api=${{ secrets.CF_API }}" >> my_variables.tfvars - echo "zonecf_id=${{ secrets.ZONECF_ID }}" > my_variables.tfvars + echo "zonecf_id=${{ secrets.ZONECF_ID }}" >> my_variables.tfvars echo "pub_key=${{ secrets.PUB_KEY }}" >> my_variables.tfvars # On push to "main", build or change infrastructure according to Terraform configuration files