Removed my token. opsie...

This commit is contained in:
Ricardo Mazeto 2020-01-15 11:37:23 -07:00
parent 3c7db5f744
commit b96213732b
1 changed files with 1 additions and 1 deletions

View File

@ -33,4 +33,4 @@ newrepo(){
if [ $1 == "newrepo" ]; then
newrepo "$@";
fi
#curl -X POST "https://tildegit.org/api/v1/user/repos?token=5e3903d0013545abccd13eba0f68f071a708a122" -H "accept: application/json" -H "Content-Type: application/json" -d "{ \"auto_init\": true, \"description\": \"Gitea bash client\", \"gitignores\": \"\", \"issue_labels\": \"\", \"license\": \"CC0-1.0\", \"name\": \"gitea.sh\", \"private\": false, \"readme\": \"\"}"