LCAS / limo_ros2

limo ros2 packages
2 stars 9 forks source link

fixes parameters leading to instabilities in simple.world #7

Closed gcielniak closed 9 months ago

gcielniak commented 9 months ago

Hi @marc-hanheide, one of the actions fails as it requires some login information. Could you please check?

marc-hanheide commented 9 months ago

building fails because of it coming from a fork: https://docs.github.com/en/actions/security-guides/using-secrets-in-github-actions#using-secrets-in-a-workflow

With the exception of GITHUB_TOKEN, secrets are not passed to the runner when a workflow is triggered from a forked repository.

If it were from a branch it works. Safety feature. feel free to merge anyway