We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37e0ad8 commit 014d7c1Copy full SHA for 014d7c1
.github/workflows/e2e.yml
@@ -51,8 +51,8 @@ jobs:
51
with:
52
export_to_environment: true
53
secrets: |-
54
- E2E__BROWSEREMAIL:elastic-observability/secrets/elastic-cloud-observability-team-pro-username
55
- E2E__BROWSERPASSWORD:elastic-observability/secrets/elastic-cloud-observability-team-pro-password
+ E2E__BROWSEREMAIL:elastic-observability/elastic-cloud-observability-team-pro-username
+ E2E__BROWSERPASSWORD:elastic-observability/elastic-cloud-observability-team-pro-password
56
57
- name: End-to-end tests
58
run: ./build.sh test --test-suite=e2e
0 commit comments