Skip to content

Commit

Permalink
test again
Browse files Browse the repository at this point in the history
  • Loading branch information
KevJimenez committed Jan 30, 2024
1 parent 6f816ab commit e16cc55
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ jobs:

- name: Create a tfvars file
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 "pub_key=${{ secrets.PUB_KEY }}" >> my_variables.tfvars
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 "pub_key=\"${{ secrets.PUB_KEY }}\"" >> my_variables.tfvars
# On push to "main", build or change infrastructure according to Terraform configuration files
# Note: It is recommended to set up a required "strict" status check in your repository for "Terraform Cloud". See the documentation on "strict" required status checks for more information: https://help.github.com/en/github/administering-a-repository/types-of-required-status-checks
Expand Down

0 comments on commit e16cc55

Please sign in to comment.