Skip to content

Commit

Permalink
change token name
Browse files Browse the repository at this point in the history
  • Loading branch information
hmacdope committed Mar 8, 2024
1 parent 19681dd commit 3044a92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion import_data_to_readme.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def write_from_repo_to_local(repo, remote_path, local_path):
def main():
todays_date = datetime.date(datetime.now()).isoformat()

token = os.getenv('GITHUB_TOKEN')
token = os.getenv('HINDSIGHT_PAT_TOKEN')
if not token:
raise ValueError("No token found")

Expand Down

0 comments on commit 3044a92

Please sign in to comment.