diff --git a/bulk-update-github-auth-token.py b/bulk-update-github-auth-token.py index 34193ee..7c82701 100644 --- a/bulk-update-github-auth-token.py +++ b/bulk-update-github-auth-token.py @@ -1,4 +1,11 @@ #!/usr/bin/env python +################################################################# +### This file can be used to bulk update ### +### all repositories with new auth token ### +### Because Gitea Currently Dose not provide a option for it. ### +### Usage : python3 bulk-update-github-auth-token.py ### +################################################################# + import glob from pathlib import Path