Skip to content
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

CI: Failing to push docs to github pages #911

Closed
robertlaurin opened this issue Aug 16, 2021 · 3 comments
Closed

CI: Failing to push docs to github pages #911

robertlaurin opened this issue Aug 16, 2021 · 3 comments
Assignees
Labels

Comments

@robertlaurin
Copy link
Contributor

[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
Copy link
Contributor Author

@dazuma dazuma self-assigned this Aug 17, 2021
@arielvalentin
Copy link
Contributor

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

Copy link
Contributor

👋 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 github-actions bot added the stale label Apr 19, 2024
@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale May 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants