Skip to content

Commit 2938569

Browse files
fixing github app list scrpit
1 parent f262064 commit 2938569

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

list_all_github_app_in_org.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ def list_github_apps_in_organization(organization: str):
5454
def main():
5555
""" To test the code """
5656
load_dotenv()
57-
GH_TOKEN = os.getenv('gh_token')
57+
GH_TOKEN = os.getenv('GH_TOKEN')
5858
organization = os.getenv('ORGANIZATION')
5959
# organization = 'devwithkrishna'
6060

0 commit comments

Comments
 (0)