-
Notifications
You must be signed in to change notification settings - Fork 16
ci: fix protected branch error in release workflow #1120
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
Conversation
View your CI Pipeline Execution ↗ for commit 37341a7
☁️ Nx Cloud last updated this comment at |
View your CI Pipeline Execution ↗ for commit 37341a7
☁️ Nx Cloud last updated this comment at |
@code-pushup/ci
@code-pushup/cli
@code-pushup/core
@code-pushup/create-cli
@code-pushup/models
@code-pushup/nx-plugin
@code-pushup/coverage-plugin
@code-pushup/eslint-plugin
@code-pushup/js-packages-plugin
@code-pushup/jsdocs-plugin
@code-pushup/lighthouse-plugin
@code-pushup/typescript-plugin
@code-pushup/utils
@code-pushup/models-transformers
commit: |
Code PushUp🤨 Code PushUp report has both improvements and regressions – compared current commit 89d0227 with previous commit 53336e8. 🕵️ See full comparison in Code PushUp portal 🔍 🏷️ Categories👍 1 group improved, 👎 1 group regressed, 👍 3 audits improved, 👎 4 audits regressed, 12 audits changed without impacting score🗃️ Groups
19 other groups are unchanged. 🛡️ Audits
591 other audits are unchanged. |
Possible fix for #1114. Follow-up to #1117.
Turns out the default
github-actions[bot]
can't push tomain
(see CI error):This is probably why the
code-pushup-bot
was used before, because unlike the built-in GitHub bot, we can configure exceptions for GitHub Apps.The Git user configuration is taken from an example in
create-github-app-token
docs.I've tested the authentication here. I can't really test the rest until this is merged into
main
🤞