Skip to content

Commit

Permalink
test with git secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
KevJimenez committed Jan 30, 2024
1 parent e2b16cd commit b340f12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b340f12

Please sign in to comment.