Skip to content

Commit

Permalink
feat: terraform apply
Browse files Browse the repository at this point in the history
  • Loading branch information
okradze committed Jan 22, 2024
1 parent c555e4c commit 02b4e33
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tf_apply_server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.github_personal_access_token }}
TF_WORKSPACE: ${{ inputs.gh_environment }}
run: |
git config --global url."https://x-access-token:${GITHUB_TOKEN}@github.com/".insteadOf "https://github.com/"
git config --global url."https://${GITHUB_TOKEN}@github.com/".insteadOf "https://github.com/"
terraform init
# - name: Terraform Workspace Creation
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tf_plan_server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.github_personal_access_token }}
TF_WORKSPACE: ${{ inputs.gh_environment }}
run: |
git config --global url."https://x-access-token:${GITHUB_TOKEN}@github.com/".insteadOf "https://github.com/"
git config --global url."https://${GITHUB_TOKEN}@github.com/".insteadOf "https://github.com/"
terraform init
- name: Terraform Validate
Expand Down

0 comments on commit 02b4e33

Please sign in to comment.