Skip to content

Commit ca969a5

Browse files
author
Patrick Palad
committed
Change the name used for environment variable
1 parent 4d4c5cb commit ca969a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pytest_blame.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def pytest_configure(config):
2020
output = rawProcess.stdout.decode("utf-8")
2121
regexMatches = re.search(r".*(/|:)(.+?/.+?)\.git", output)
2222
SLUG = regexMatches.group(2)
23-
USERTOKEN = os.environ["TOKEN"]
23+
USERTOKEN = os.environ["GITHUB_OAUTH_TOKEN"]
2424

2525

2626
def pytest_addoption(parser):

0 commit comments

Comments
 (0)