From 02827faa140efecc7f8da9e053d7f1e6f828e3b2 Mon Sep 17 00:00:00 2001 From: Rami Krispin <12760966+RamiKrispin@users.noreply.github.com> Date: Sat, 24 Feb 2024 06:41:05 -0800 Subject: [PATCH] Update data_refresh_py.yml updated the api key var name --- .github/workflows/data_refresh_py.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/data_refresh_py.yml b/.github/workflows/data_refresh_py.yml index 789decc761..b780554d5c 100644 --- a/.github/workflows/data_refresh_py.yml +++ b/.github/workflows/data_refresh_py.yml @@ -16,4 +16,4 @@ jobs: - name: Data Refresh run: bash ./python/data_refresh_py.sh "RamiKrispin" "ramkrisp@umich.edu" env: - API_KEY: ${{ secrets.EIA_API_KEY }} + EIA_API_KEY: ${{ secrets.EIA_API_KEY }}