Skip to content

Commit

Permalink
fix: tf
Browse files Browse the repository at this point in the history
  • Loading branch information
okradze committed Jan 24, 2024
1 parent f60dfe5 commit 6ba7e34
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 }}
GIT_SSH_COMMAND:
"echo '${{ secrets.github_personal_access_token }}' > ed25519
"echo '${{ secrets.github_ssh_private_key }}' > ed25519
&& ssh-keyscan github.com > known_hosts
&& chmod 600 ed25519 known_hosts
&& ssh -i ./ed25519 -o UserKnownHostsFile=./known_hosts"
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 @@ -96,7 +96,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.github_personal_access_token }}
TF_WORKSPACE: ${{ inputs.gh_environment }}
GIT_SSH_COMMAND:
"echo '${{ secrets.github_personal_access_token }}' > ed25519
"echo '${{ secrets.github_ssh_private_key }}' > ed25519
&& ssh-keyscan github.com > known_hosts
&& chmod 600 ed25519 known_hosts
&& ssh -i ./ed25519 -o UserKnownHostsFile=./known_hosts"
Expand Down

0 comments on commit 6ba7e34

Please sign in to comment.