codecov / codecov-ruby

Ruby uploader for Codecov
https://codecov.io
MIT License
72 stars 82 forks source link

HTTP 400 | Provided token is not a UUID #77

Closed AlexWayfer closed 3 years ago

AlexWayfer commented 3 years ago

With 0.2.2:

https://github.com/AlexWayfer/sequel-enum_values/pull/36

https://cirrus-ci.com/task/5888498974588928?command=test#L98

image

With 0.2.1:

https://github.com/AlexWayfer/sequel-enum_values/pull/37

https://cirrus-ci.com/task/5023444041465856?command=test#L98

image

AlexWayfer commented 3 years ago

Sorry, 0.2.1 is broken too: https://cirrus-ci.com/task/5787749645025280?command=test#L98

image

So, maybe it's server-side error, or CI error. I don't know without logs and debug.

thomasrockhu commented 3 years ago

@AlexWayfer it looks like your token is not decrypted before sending it to Codecov, and thus we are unable to use it

AlexWayfer commented 3 years ago

@fkorotkov can it be an issue of Cirrus CI? I didn't change .cirrus.yml between these runs.

fkorotkov commented 3 years ago

@AlexWayfer it's an issue with the depfu[bot]. Encrypted variables are not decrypted for bot users since it's impossible to check what kind of permissions an app has for a particular repository.

AlexWayfer commented 3 years ago

OK, sorry, my bad. I've tested it right now in two PRs.