Skip to content

Commit

Permalink
Update check_membership.py
Browse files Browse the repository at this point in the history
  • Loading branch information
cgundy authored Oct 13, 2023
1 parent 474c2e4 commit 2ea3f77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reusable_workflows/check_membership/check_membership.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def is_member_of_org(gh: github3.login, org: str, user: str) -> bool:

def main() -> None:
org = os.environ["GH_ORG"]
gh_token = os.environ["GITHUB_TOKEN"]
gh_token = os.environ["GH_TOKEN"]
user = os.environ["USER"]

gh = github3.login(token=gh_token)
Expand Down

0 comments on commit 2ea3f77

Please sign in to comment.