use choice var instead of not yet released bool var
This commit is contained in:
parent
0c830127ec
commit
a5627c192d
3 changed files with 3 additions and 2 deletions
|
@ -32,7 +32,7 @@ if {{cookiecutter.generate_gitea_project}}:
|
|||
my_input = input
|
||||
API_KEY = my_input(
|
||||
"Secret service or secret {'Title': 'Gitea Token'} not available,"
|
||||
"please enter you gitea api key:"
|
||||
"please enter you gitea api token:"
|
||||
)
|
||||
configuration = giteapy.Configuration()
|
||||
configuration.api_key["access_token"] = API_KEY
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue