Skip to content

Commit 014d7c1

Browse files
committed
use the correct secret path
1 parent 37e0ad8 commit 014d7c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/e2e.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ jobs:
5151
with:
5252
export_to_environment: true
5353
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
54+
E2E__BROWSEREMAIL:elastic-observability/elastic-cloud-observability-team-pro-username
55+
E2E__BROWSERPASSWORD:elastic-observability/elastic-cloud-observability-team-pro-password
5656
5757
- name: End-to-end tests
5858
run: ./build.sh test --test-suite=e2e

0 commit comments

Comments
 (0)