popomore / github-labels

Add github labels automatically
177 stars 20 forks source link

Authentication doesn't work #25

Open midenok opened 6 years ago

midenok commented 6 years ago
>> No permission, enter your username and password:
[?] username: midenok
[?] password: ***
Token created!
>> Authorize error
NoobTW commented 6 years ago

I have the same issue. Try generate a personal access token and use labels -c my.json -f username/repo -t token

It works for me.

cabaalexander commented 6 years ago

Tried and Not working for me :/

hanssens commented 6 years ago

+1 Works for me as well, thanks @NoobTW. I would like to suggest making authentication through a personal access token the default (or even - the only) option. Much safer than providing username/password to a script.

exoticDFT commented 5 years ago

I have the same issue. Try generate a personal access token and use labels -c my.json -f username/repo -t token

It works for me.

This worked for me as well after creating a token and using that. However, the -f option is not necessary if you don't want to delete all current labels.

rocketraman commented 2 years ago

Wasn't working for me, fixed in https://github.com/popomore/github-labels/pull/37