Added Bulk Token Updater

This commit is contained in:
Varun 2020-10-25 20:23:20 +05:30
parent 7b266d6dbf
commit cc6a8a54a0
No known key found for this signature in database
GPG key ID: 93FB46DCF16E0D6F

View file

@ -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