We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6c4576 commit ced24cfCopy full SHA for ced24cf
stale_repos.py
@@ -35,7 +35,7 @@ def main(): # pragma: no cover
35
dotenv_path = join(dirname(__file__), ".env")
36
load_dotenv(dotenv_path)
37
38
- token = os.getenv("ORGANIZATION")
+ token = os.getenv("GH_TOKEN")
39
gh_app_id = os.getenv("GH_APP_ID")
40
gh_app_installation_id = os.getenv("GH_APP_INSTALLATION_ID")
41
gh_app_private_key = os.getenv("GH_APP_PRIVATE_KEY").encode("utf8")
0 commit comments