Skip to content

Commit

Permalink
Added Bulk Token Updater
Browse files Browse the repository at this point in the history
  • Loading branch information
varunsridharan committed Oct 25, 2020
1 parent 7b266d6 commit cc6a8a5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions bulk-update-github-auth-token.py
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit cc6a8a5

Please sign in to comment.