File tree 1 file changed +8
-2
lines changed
1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change 30
30
TF_VAR_REPO : " ${{ github.repository }}"
31
31
SMOKETEST_VERSIONS : " ${{ inputs.smoketest_versions || 'latest' }}"
32
32
SKIP_DESTROY : 0
33
- # TODO: replace with keyless (likely AWS and Google Secrets Manager )
33
+ # TODO: replace with keyless (likely AWS)
34
34
AWS_ACCESS_KEY_ID : ${{ secrets.OBSERVABILITY_AWS_ACCESS_KEY_ID }}
35
35
AWS_SECRET_ACCESS_KEY : ${{ secrets.OBSERVABILITY_AWS_SECRET_ACCESS_KEY }}
36
- EC_API_KEY : ${{ secrets.OBSERVABILITY_EC_API_KEY }}
37
36
steps :
38
37
- uses : actions/checkout@v4
39
38
- name : Bootstrap Action Workspace
43
42
- uses : hashicorp/setup-terraform@v3
44
43
with :
45
44
terraform_version : 1.2.3
45
+
46
+ - uses : google-github-actions/get-secretmanager-secrets@dc4a1392bad0fd60aee00bb2097e30ef07a1caae # v2.1.3
47
+ with :
48
+ export_to_environment : true
49
+ secrets : |-
50
+ EC_API_KEY:elastic-observability/secrets/elastic-cloud-observability-team-pro-api-key
51
+
46
52
- run : make smoketest/run TEST_DIR=./tf
47
53
- if : always()
48
54
name : Tear down
You can’t perform that action at this time.
0 commit comments