avocado-framework / avocado

Avocado is a set of tools and libraries to help with automated testing. One can call it a test framework with benefits. Native tests are written in Python and they follow the unittest pattern, but any executable can serve as a test.
https://avocado-framework.github.io/
Other
345 stars 343 forks source link

Fix for upload binaries to release workflow #5984

Closed richtja closed 4 months ago

richtja commented 4 months ago

The build and upload eggs release workflow is using Mr.Avocado token, but this token has never been generated for this workflow, therefore it is not working. This commit adds the step with token generation, which will fix the issue.

I have tested it in my fork, and you can see the results here.