From 300f6dce23b385fb15958726369bdaff7863b126 Mon Sep 17 00:00:00 2001 From: Daniel Roth Date: Thu, 5 Mar 2026 14:16:43 +0000 Subject: [PATCH] remove additional unused secret --- .github/workflows/deploy_terraform.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/deploy_terraform.yml b/.github/workflows/deploy_terraform.yml index 80a24eb3..9511dedb 100644 --- a/.github/workflows/deploy_terraform.yml +++ b/.github/workflows/deploy_terraform.yml @@ -277,5 +277,4 @@ jobs: TF_VAR_secret_key: ${{ secrets.DEV_SECRET_KEY }} TF_VAR_domain_name: ${{ secrets.DEV_DOMAIN_NAME }} TF_VAR_epc_auth_token: ${{ secrets.DEV_EPC_AUTH_TOKEN }} - TF_VAR_google_solar_api_key: ${{ secrets.DEV_GOOGLE_SOLAR_API_KEY }} - TF_VAR_predictions_bucket: ${{ secrets.DEV_PREDICTIONS_BUCKET }} \ No newline at end of file + TF_VAR_google_solar_api_key: ${{ secrets.DEV_GOOGLE_SOLAR_API_KEY }} \ No newline at end of file