Skip to content

Commit

Permalink
Trying out another way to access config file
Browse files Browse the repository at this point in the history
Accessing environment variable (hopefully) the right way.
  • Loading branch information
nataliejschultz committed Dec 19, 2023
1 parent bb8e7d6 commit 8d44686
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
1 change: 1 addition & 0 deletions configs/wyoming.nrel-op.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,3 +66,4 @@
"data_trajectories_columns_exclude": ["user_id"]
}
}

0 comments on commit 8d44686

Please sign in to comment.