Skip to content

Commit

Permalink
token
Browse files Browse the repository at this point in the history
  • Loading branch information
maxschulz-COL committed Oct 17, 2024
1 parent 3a63b98 commit b0f9982
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/pycafe/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

# using an access token

access_token = str(os.getenv("GITHUB_TOKEN"))
access_token = str(os.getenv("GH_TOKEN"))
auth = Auth.Token(access_token)
g = Github(auth=auth)

Expand Down

0 comments on commit b0f9982

Please sign in to comment.