opentelemetry-ruby icon indicating copy to clipboard operation
opentelemetry-ruby copied to clipboard

CI: Failing to push docs to github pages

Open robertlaurin opened this issue 3 years ago • 2 comments

[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'

robertlaurin avatar Aug 16 '21 20:08 robertlaurin

https://open-telemetry.github.io/opentelemetry-ruby/

robertlaurin avatar Aug 16 '21 20:08 robertlaurin

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

arielvalentin avatar Aug 24 '21 14:08 arielvalentin

👋 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.

github-actions[bot] avatar Apr 19 '24 01:04 github-actions[bot]