emilsvennesson / script.module.inputstreamhelper

A simple Kodi module that makes life easier for add-on developers relying on InputStream based add-ons and DRM playback.
MIT License
133 stars 49 forks source link

Release action fails #542

Closed horstle closed 1 year ago

horstle commented 1 year ago

The release action fails with "Bad credentials", see https://github.com/emilsvennesson/script.module.inputstreamhelper/actions/runs/4869786765/jobs/8684842946

I guess the token is invalid? Possibly somewhat related to Github enforcing 2FA more and more. @emilsvennesson Could you please take care of this and/or maybe we could move this repo to https://github.com/add-ons/ as was already discussed years ago.

emilsvennesson commented 1 year ago

The previous token had no expiration date so I'm not sure why. I have generated a new token now, so let's see if that fixes the issue. :-)

Edit: It works!