Skip to content

Fix nightly browserstack test workflows#73

Draft
rwood-moz wants to merge 1 commit into
mainfrom
e2e-browserstack-fix-workflows
Draft

Fix nightly browserstack test workflows#73
rwood-moz wants to merge 1 commit into
mainfrom
e2e-browserstack-fix-workflows

Conversation

@rwood-moz

Copy link
Copy Markdown
Contributor

What changed?

Added explicit required secrets to the reusable workflow instead of relying on secrets: inherit. Updated each platform workflow to pass the required secrets explicitly.

Why?

The github action workflows for the new nightly E2E tests that run in BrowserStack are failing.

Why it failed: GitHub reusable workflows have a secret boundary, and environment secrets are especially sharp here. GitHub’s docs say inherited secrets can work, but also warn that environment secrets cannot be passed from the caller via workflow_call because workflow_call does not support environment at the caller boundary. That likely left BROWSERSTACK_USERNAME empty when the BrowserStack setup action ran. See GitHub’s reusable workflow docs: Using inputs and secrets.

Limitations and Notes

Patch by Codex AI.

Applicable Issues

Fixes #72.

@rwood-moz
rwood-moz requested a review from Sancus July 16, 2026 13:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Github action workflows for E2E tests in BrowserStack are failing with secrets error

1 participant