Skip to content

Commit

Permalink
Test token access rights
Browse files Browse the repository at this point in the history
  • Loading branch information
beyhan committed Dec 19, 2023
1 parent ff6be8a commit 2cb6d42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion org/org_user_management.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ def _get_bool_env_var(env_var_name, default):
parser.add_argument("-go", "--githuborg", default="cloudfoundry", help="Cloud Foundry Github org name")
parser.add_argument("-sd", "--sincedate", default=one_year_back, help="Since when to analyze in format 'Y-m-dTH:M:SZ'")
parser.add_argument(
"-gt", "--githubtoken", default=os.environ.get("GH_TOKEN"), help="Github API access token. Supported also as env var 'GH_TOKEN'"
"-gt", "--githubtoken", default=os.environ.get("TEMP_GH_TOKEN"), help="Github API access token. Supported also as env var 'GH_TOKEN'"
)
parser.add_argument(
"-dr",
Expand Down

0 comments on commit 2cb6d42

Please sign in to comment.