-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Verify if the docker images compilation is triggered correctly from robotology #24
Comments
It seems that the problem is related to the TOKEN used when triggering the release remotely from the |
If you wanna understand how the repository dispatch events works among remote repositories here a clear explanation: |
For dispatching from This should be fine and already tested in #2, as @valegagge said. I've noticed that the dispatcher has been upgraded to In the meantime, there've been more releases of the dispatcher. Check it out: Perhaps, they deployed some bug fixes. |
More simply, the dispatcher for Distro 2023.11.0 failed: |
I think the problem is this change to According to the documentation, I will propose a PR to fix this. |
|
Yep @pattacini,
|
The App is capable of generating tokens when required. In this particular workflow, the token needs to be available with the appropriate permissions only at the origin of the request, that is Also, adding/removing tokens is a very sensitive operation, thus only admins can/shall do that.
|
Understood, thanks a lot for the explanation |
Hi @pattacini , |
Those are secrets defined within the |
Now with this PR #30, all should be fine. |
We want to verify that the automatic compilation works correctly on the
Superbuild
release event.We already did this check here #2, but with the last release, we noticed that the trigger didn't work.
Dod
Understand the cause of the missing trigger and fix it if it is possible
The text was updated successfully, but these errors were encountered: