Skip to content

Commit

Permalink
Update main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
vishreddy01 authored May 15, 2024
1 parent cff0e03 commit 9690b9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
ODS_USER = os.environ["ODS_USER"]
ODS_PASSWORD = os.environ["ODS_PASSWORD"]
ODS_DB = os.environ["ODS_DB"]
GH_TOKEN_SECRET = os.environ("GH_TOKEN_SECRET")
GH_TOKEN_SECRET = os.environ["GH_TOKEN_SECRET"]

except KeyError:
SOME_SECRET = "Token not available!"
Expand Down

0 comments on commit 9690b9c

Please sign in to comment.