Use kafka-ui-infra token in terraform deploy workflow. (#1288)
This commit is contained in:
parent
cac4f66281
commit
28b2f867c0
1 changed files with 1 additions and 1 deletions
2
.github/workflows/terraform-deploy.yml
vendored
2
.github/workflows/terraform-deploy.yml
vendored
|
@ -62,4 +62,4 @@ jobs:
|
|||
cd $TF_DIR
|
||||
export TF_VAR_github_connector_access_token=${{ secrets.SOURCE_CONNECTOR_GITHUB_TOKEN }}
|
||||
export TF_VAR_repo_user_key=${{ secrets.KAFKA_UI_INFRA_TOKEN }}
|
||||
terraform apply --var-file="../envs/pro/eks.tfvars"
|
||||
terraform apply --var-file="../envs/pro/eks.tfvars" -auto-approve
|
||||
|
|
Loading…
Add table
Reference in a new issue