mirror of
https://github.com/varunsridharan/github-gitea-mirror.git
synced 2024-11-26 22:52:01 +03:00
Added Bulk Token Updater
This commit is contained in:
parent
7b266d6dbf
commit
cc6a8a54a0
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user