Skip to content

Commit

Permalink
changing env vars name
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkhamLee committed Feb 21, 2024
1 parent f8531bd commit 80cb025
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etl_pipelines/github_actions_data/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ def write_data(payload: dict):
INFLUX_KEY = os.environ['INFLUX_KEY']
ORG = os.environ['INFLUX_ORG']
URL = os.environ['INFLUX_URL']
BUCKET = os.environ['BUCKET']
BUCKET = os.environ['DEVOPS_BUCKET']

# get the client for connecting to InfluxDB
client = influx.create_influx_client(INFLUX_KEY, ORG, URL)
Expand Down

0 comments on commit 80cb025

Please sign in to comment.