Skip to content

Commit

Permalink
Update setup-runner.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cobycloud authored Oct 21, 2024
1 parent 865733a commit 71fa6b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/setup-runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
env:
TF_VAR_linux_host: ${{ secrets.LINUX_HOST }}
TF_VAR_linux_port: ${{ secrets.LINUX_PORT }}
TF_VAR_linux_user: ${{ secrets.LINUX_USERNAME }}
TF_VAR_linux_username: ${{ secrets.LINUX_USERNAME }}
TF_VAR_linux_password: ${{ secrets.LINUX_PASSWORD }}
TF_VAR_runner_password: ${{ secrets.RUNNER_PASSWORD }}
run: terraform apply -auto-approve
Expand Down

0 comments on commit 71fa6b8

Please sign in to comment.