-
Notifications
You must be signed in to change notification settings - Fork 172
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
Automatic PR generation fails to push #530
Comments
Why is
|
I suspect this is a misleading print as we use the exact same string before and after the |
My best guess is that the keys used to push might have been invalidated? Possibly relating to codecov security @nuclearsandwich I see an attached specific key instead of leveraging single use github generated keys which I think can work for our use case: https://docs.github.com/en/actions/reference/authentication-in-a-workflow |
@tfoote @nuclearsandwich Any news on this topic ? I would love to stop opening these PRs by hand ^^' |
@tfoote @nuclearsandwich @sloretz with some current template changes: we'll need this issue resolved so we can finally address: Any updates? I think our https://github.com/osrf/docker_images/settings/secrets/actions Alternatively, between the time that we first added our bot, it seems GitHub Actions marketplace supports this integration: https://github.com/marketplace/actions/create-pull-request @mikaelarguedas , it seems that the setting to allow GitHub Actions to create pull requests is already enabled for
There also seems to be a caveat on using automated PR to trigger automated workflows:
|
Last night the foxy and rolling images were out of date and CI tried to creat PRs to update them but failed with:
@ruffsl FYI
The text was updated successfully, but these errors were encountered: