Remove repo_user from readme

This commit is contained in:
Serafeim Chatzopoulos 2023-01-18 16:07:26 +02:00
parent efb96b362c
commit 5fd7319c92
1 changed files with 1 additions and 3 deletions

View File

@ -14,7 +14,7 @@ It requires the `token API` you can generate through the gitea user interface.
## Usage
`python gitea_release.py --property gitea.properties_PATH -token ATOKEN`
`python gitea_release.py --property gitea.properties_PATH --token ATOKEN`
It requires a property file containing all the info needed to generate the Release and attach a `tar.gz` of your build folder to the Release.
@ -42,8 +42,6 @@ attachment_name= release
gitea_repo=https://code-repo.d4science.org/api/v1
# The repository name you want to release
repo_name = openaire-graph-docs
#The user from whom the token was generated
repo_user=sandro.labruzzo
```