Skip to content

Commit

Permalink
pass env's more explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
Mpdreamz committed Feb 12, 2024
1 parent f7d9592 commit 132b691
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:

- run: ./build.sh test --test-suite=e2e
env:
E2E__ENDPOINT: "${ELASTIC_APM_SERVER_URL}"
E2E__Authorization: "Authentication=ApiKey ${ELASTIC_APM_API_KEY}"
E2E__BROWSEREMAIL: "${KIBANA_USERNAME}"
E2E__BROWSERPASSWORD: "${KIBANA_PASSWORD}"
E2E__ENDPOINT: "${{env.ELASTIC_APM_SERVER_URL}}"
E2E__Authorization: "Authentication=ApiKey ${{env.ELASTIC_APM_API_KEY}}"
E2E__BROWSEREMAIL: "${{env.KIBANA_USERNAME}}"
E2E__BROWSERPASSWORD: "${{env.KIBANA_PASSWORD}}"

0 comments on commit 132b691

Please sign in to comment.