Skip to content

Commit

Permalink
update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
franklinfoko committed Apr 1, 2024
1 parent 05c638b commit 4f9865a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Configure Terraform Cloud
run: |
echo "credentials \"$TF_API_URL\" {" >> ~/.terraformrc
echo " token = \"${{ secrets.TF_TOKEN }}\"" >> ~/.terraformrc
echo " token = \"${{ secrets.TF_API_TOKEN }}\"" >> ~/.terraformrc
echo "}" >> ~/.terraformrc
- name: Initialize Terraform
Expand Down

0 comments on commit 4f9865a

Please sign in to comment.