[pull] main from browser-use:main - #665
Merged
Merged
Conversation
The only job in this workflow dispatched a `trigger-workflow` event to browser-use/cloud using TRIGGER_CLOUD_BUILD_GH_KEY. That token stopped working after 2026-04-25 — every run since has failed with a 401 "Bad credentials" on POST /repos/browser-use/cloud/dispatches, so the cloud eval image has not actually been built from this trigger in ~4 months. Nothing else references the workflow and it is not a required status check on main.
`cloud_evals.yml` had exactly one job, `trigger_cloud_eval_image_build`, which dispatched a `trigger-workflow` `repository_dispatch` event at `browser-use/cloud` using `secrets.TRIGGER_CLOUD_BUILD_GH_KEY`. That token stopped working after **2026-04-25**. Every run since fails within ~10s: ``` RequestError [HttpError]: Bad credentials status: 401 url: 'https://api.github.com/repos/browser-use/cloud/dispatches' ``` Over the last 200 runs of this workflow: 65 success / 135 failure, with every failure on the recent side. So this trigger has not built a cloud eval image in ~4 months, and it has been painting a red X on every push to `main` and `releases/*` the whole time. Since the job was the whole workflow, removing it means deleting the file. Checks before removing: - No other file in the repo references `cloud_evals` or `TRIGGER_CLOUD_BUILD_GH_KEY`. - Not a required status check on `main` (those are `code-style`, `syntax-errors`, `type-checker`). Follow-ups outside this repo, if anyone still wants this build path: `browser-use/cloud` may still have a `repository_dispatch: trigger-workflow` listener expecting a `commit_hash` payload, and the now-invalid `TRIGGER_CLOUD_BUILD_GH_KEY` secret can be deleted from repo settings. <!-- This is an auto-generated description by cubic. --> --- ## Summary by cubic Removes the `cloud_evals` GitHub Actions workflow that triggered Cloud eval image builds in `browser-use/cloud`. The old job used `TRIGGER_CLOUD_BUILD_GH_KEY`, which has been invalid since 2026‑04‑25, causing 401 failures and red X statuses; deleting the workflow stops those without changing required checks. **Notes** - Deletes `.github/workflows/cloud_evals.yml` (job `trigger_cloud_eval_image_build`). - Not a required check on `main`; no gating changes. - Action: delete the `TRIGGER_CLOUD_BUILD_GH_KEY` secret and any `repository_dispatch: trigger-workflow` listener in `browser-use/cloud`. <sup>Written for commit 4968ccd. Summary will update on new commits.</sup> <a href="https://cubic.dev/pr/browser-use/browser-use/pull/5491?utm_source=github" target="_blank" rel="noopener noreferrer" data-no-image-dialog="true"><picture><source media="(prefers-color-scheme: dark)" srcset="https://www.cubic.dev/buttons/review-in-cubic-dark.svg"><source media="(prefers-color-scheme: light)" srcset="https://www.cubic.dev/buttons/review-in-cubic-light.svg"><img alt="Review in cubic" src="https://www.cubic.dev/buttons/review-in-cubic-dark.svg"></picture></a> <!-- End of auto-generated description by cubic. -->
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
See Commits and Changes for more details.
Created by
pull[bot] (v2.0.0-alpha.4)
Can you help keep this open source service alive? 💖 Please sponsor : )