Description
External PRs fail the e2e tests with:
error: OPENCODE_API_KEY is required when OPENCODE_E2E_REQUIRE_PAID=true
GitHub secrets are not available to PRs from forks (standard GitHub security behavior), so e2e tests fail for all external contributors.
Affected PRs: #20386, #20373
Steps to reproduce
- Fork the repo
- Open a PR from the fork
- Observe e2e (linux) and e2e (windows) jobs fail
Related
#14671
Description
External PRs fail the e2e tests with:
GitHub secrets are not available to PRs from forks (standard GitHub security behavior), so e2e tests fail for all external contributors.
Affected PRs: #20386, #20373
Steps to reproduce
Related
#14671