CI: Failing to push docs to github pages
[2021-08-16 20:48:08 INFO] Gem pushed to Rubygems
[2021-08-16 20:48:08 INFO] Pushing opentelemetry-instrumentation-action_pack docs to gh-pages ...
[2021-08-16 20:48:08 INFO] ["git", "add", "."]
[2021-08-16 20:48:08 INFO] ["git", "commit", "-m", "Generate yardocs for opentelemetry-instrumentation-action_pack 0.1.0"]
[gh-pages 1d5ec4b] Generate yardocs for opentelemetry-instrumentation-action_pack 0.1.0
23 files changed, 3011 insertions(+)
create mode 100644 opentelemetry-instrumentation-action_pack/v0.1.0/OpenTelemetry.html
create mode 100644 opentelemetry-instrumentation-action_pack/v0.1.0/OpenTelemetry/Instrumentation.html
[2021-08-16 20:48:08 INFO] ["git", "push", "origin", "gh-pages"]
create mode 100644 opentelemetry-instrumentation-action_pack/v0.1.0/OpenTelemetry/Instrumentation/ActionPack.html
create mode 100644 opentelemetry-instrumentation-action_pack/v0.1.0/OpenTelemetry/Instrumentation/ActionPack/Instrumentation.html
create mode 100644 opentelemetry-instrumentation-action_pack/v0.1.0/OpenTelemetry/Instrumentation/ActionPack/Patches.html
create mode 100644 opentelemetry-instrumentation-action_pack/v0.1.0/OpenTelemetry/Instrumentation/ActionPack/Patches/ActionController.html
create mode 100644 opentelemetry-instrumentation-action_pack/v0.1.0/OpenTelemetry/Instrumentation/ActionPack/Patches/ActionController/Metal.html
create mode 100644 opentelemetry-instrumentation-action_pack/v0.1.0/OpenTelemetry/Instrumentation/ActionPack/Railtie.html
create mode 100644 opentelemetry-instrumentation-action_pack/v0.1.0/_index.html
create mode 100644 opentelemetry-instrumentation-action_pack/v0.1.0/class_list.html
create mode 100644 opentelemetry-instrumentation-action_pack/v0.1.0/css/common.css
create mode 100644 opentelemetry-instrumentation-action_pack/v0.1.0/css/full_list.css
create mode 100644 opentelemetry-instrumentation-action_pack/v0.1.0/css/style.css
create mode 100644 opentelemetry-instrumentation-action_pack/v0.1.0/file.CHANGELOG.html
create mode 100644 opentelemetry-instrumentation-action_pack/v0.1.0/file.README.html
create mode 100644 opentelemetry-instrumentation-action_pack/v0.1.0/file_list.html
create mode 100644 opentelemetry-instrumentation-action_pack/v0.1.0/frames.html
create mode 100644 opentelemetry-instrumentation-action_pack/v0.1.0/index.html
create mode 100644 opentelemetry-instrumentation-action_pack/v0.1.0/js/app.js
create mode 100644 opentelemetry-instrumentation-action_pack/v0.1.0/js/full_list.js
create mode 100644 opentelemetry-instrumentation-action_pack/v0.1.0/js/jquery.js
create mode 100644 opentelemetry-instrumentation-action_pack/v0.1.0/method_list.html
create mode 100644 opentelemetry-instrumentation-action_pack/v0.1.0/top-level-namespace.html
remote: error: GH006: Protected branch update failed for refs/heads/gh-pages.
remote: error: Required status check "EasyCLA" is expected.
To https://github.com/open-telemetry/opentelemetry-ruby
! [remote rejected] gh-pages -> gh-pages (protected branch hook declined)
error: failed to push some refs to 'https://github.com/open-telemetry/opentelemetry-ruby'
https://open-telemetry.github.io/opentelemetry-ruby/
I am going to ask around to see if I could understand what we need to do to securely allow actions to push to protected branches.
There is a conversation here of different things other teams have tried for their repos but I have not dug in too deeply to understand what the options are:
https://github.community/t/how-to-push-to-protected-branches-in-a-github-action/16101/45
👋 This issue has been marked as stale because it has been open with no activity. You can: comment on the issue or remove the stale label to hold stale off for a while, add the keep label to hold stale off permanently, or do nothing. If you do nothing this issue will be closed eventually by the stale bot.