File tree 1 file changed +7
-4
lines changed
1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -25,10 +25,6 @@ concurrency:
25
25
env :
26
26
# (keep_serverless-staging-oblt, keep_serverless-qa-oblt or serverless-production-oblt)
27
27
SERVERLESS_PROJECT : serverless-production-oblt
28
- # Secrets managed through IasC, if you need a different environment please reach the obs robots team
29
- # # TODO: Use Keyless
30
- E2E__BROWSEREMAIL : ${{ secrets.OBSERVABILITY_EC_USERNAME }}
31
- E2E__BROWSERPASSWORD : ${{ secrets.OBSERVABILITY_EC_PASSWORD }}
32
28
33
29
# NOTE: if you add a new job and it's a mandatory check then
34
30
# update e2e-docs.yml
51
47
github-token : ${{ secrets.OBLT_CLI_GITHUB_TOKEN }}
52
48
cluster-name : ${{ env.SERVERLESS_PROJECT }}
53
49
50
+ - uses : google-github-actions/get-secretmanager-secrets@dc4a1392bad0fd60aee00bb2097e30ef07a1caae # v2.1.3
51
+ with :
52
+ export_to_environment : true
53
+ secrets : |-
54
+ E2E__BROWSEREMAIL:elastic-observability/elastic-cloud-observability-team-pro-username
55
+ E2E__BROWSERPASSWORD:elastic-observability/elastic-cloud-observability-team-pro-password
56
+
54
57
- name : End-to-end tests
55
58
run : ./build.sh test --test-suite=e2e
56
59
env :
You can’t perform that action at this time.
0 commit comments