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 f262064 commit 2938569Copy full SHA for 2938569
list_all_github_app_in_org.py
@@ -54,7 +54,7 @@ def list_github_apps_in_organization(organization: str):
54
def main():
55
""" To test the code """
56
load_dotenv()
57
- GH_TOKEN = os.getenv('gh_token')
+ GH_TOKEN = os.getenv('GH_TOKEN')
58
organization = os.getenv('ORGANIZATION')
59
# organization = 'devwithkrishna'
60
0 commit comments