Skip to content

Commit

Permalink
chore: test
Browse files Browse the repository at this point in the history
  • Loading branch information
Cheng Qian committed Jan 19, 2024
1 parent 1daf6bc commit fa1dc47
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions assistant_skill_analysis/utils/parse_secret.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
WA_SECRETS = ["WA_CONFIG", "WA_CONFIG_ACTION"]

if __name__ == "__main__":
raise ValueError(str(os.environ['WA_CONFIG']))
for secret in WA_SECRETS:
entry = os.environ[secret]
with open("./" + secret.lower() + ".txt", "w", encoding="utf-8") as f:
Expand Down

0 comments on commit fa1dc47

Please sign in to comment.