eclipse-velocitas / vehicle-app-cpp-template

Vehicle App template for C++
Apache License 2.0
7 stars 5 forks source link

[Bug]: Job permission for release workflow #101

Closed erikbosch closed 2 months ago

erikbosch commented 2 months ago

Severity

Trivial

What release version, tag or commit-hash did you use?

main

Current Behavior

In the quick start referenced from the README it is described how to create a release which triggers the release workflow.

It does not state anything about that you might need to change job rights. When running release after using the template errors were reported, upload fails, see https://github.com/erikbosch/vehicle-example-app3/actions/runs/9466300965

This seems to be the same problem (and solution) as in the Python template, see:

Steps to Reproduce

As above

Expected Behavior

No errors

Possible Solution

It appears that my GITHUB_TOKEN for the created repo does not have write rights. After adding rights like below the job could be run successfully.

I see two possible improvements:

Additional Information

None

Code of Conduct