From 5fd7319c925ff6841a97082b340af741d5a6f96b Mon Sep 17 00:00:00 2001 From: Serafeim Chatzopoulos Date: Wed, 18 Jan 2023 16:07:26 +0200 Subject: [PATCH] Remove repo_user from readme --- readme.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/readme.md b/readme.md index 87d7105..a1dc73c 100644 --- a/readme.md +++ b/readme.md @@ -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 ```