From cc6a8a54a05c690359136d778a83bb356d41f365 Mon Sep 17 00:00:00 2001 From: Varun Date: Sun, 25 Oct 2020 20:23:20 +0530 Subject: [PATCH] Added Bulk Token Updater --- bulk-update-github-auth-token.py | 7 +++++++ 1 file changed, 7 insertions(+) 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