Skip to content

Commit

Permalink
remove secret
Browse files Browse the repository at this point in the history
  • Loading branch information
puneet-jain159 committed Jun 24, 2024
1 parent c6b4508 commit 56d18a3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
scope_name = f'time-gpt'

# # w.secrets.create_scope(scope=scope_name)
w.secrets.put_secret(scope=scope_name, key=key_name, string_value='OjY9oE2qblL1oQcT1F99w6vyjjYku1ix')
# w.secrets.put_secret(scope=scope_name, key=key_name, string_value=<enter API key>)


# # cleanup
Expand Down

0 comments on commit 56d18a3

Please sign in to comment.