Skip to content

Commit c5a2fd8

Browse files
DEVOPS-46 initial commit
1 parent 8d05b8c commit c5a2fd8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

list_repos_and_add_to_teams.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,6 @@ def main():
113113
parser.add_argument("--search_string", required=True, type=str, help="github repo name search string")
114114
parser.add_argument("--permission", required=True,choices=['admin', 'push', 'pull', 'triage', 'maintain'], help="Permissions for Github teams across repository" )
115115
args = parser.parse_args()
116-
os.environ["GH_TOKEN"] = "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"
117116
org_name = args.org_name
118117
github_team_name = args.github_team_name
119118
search_string = args.search_string

0 commit comments

Comments
 (0)