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