From 8d44686fc0ef9cee3ed514ab7f041b0c79ba4025 Mon Sep 17 00:00:00 2001 From: Natalie Schultz <90212258+nataliejschultz@users.noreply.github.com> Date: Tue, 19 Dec 2023 11:51:39 -0700 Subject: [PATCH] Trying out another way to access config file Accessing environment variable (hopefully) the right way. --- .github/workflows/main.yml | 2 +- configs/wyoming.nrel-op.json | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index be8bc665..c5c16eb4 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -80,4 +80,4 @@ jobs: run: pip install boto3 - name: Run email-config.py - run: python email_automation/email-config.py -g CONFIG_FILE + run: python email_automation/email-config.py -g ${{ env.CONFIG_FILE }} diff --git a/configs/wyoming.nrel-op.json b/configs/wyoming.nrel-op.json index 976a2a6a..3c12c81a 100644 --- a/configs/wyoming.nrel-op.json +++ b/configs/wyoming.nrel-op.json @@ -66,3 +66,4 @@ "data_trajectories_columns_exclude": ["user_id"] } } +