File tree 1 file changed +10
-2
lines changed
1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change 31
31
TF_VAR_REPO : " ${{ github.repository }}"
32
32
SMOKETEST_VERSIONS : " ${{ inputs.smoketest_versions || 'latest' }}"
33
33
SKIP_DESTROY : 0
34
- EC_API_KEY : ${{ secrets.OBSERVABILITY_EC_API_KEY }}
34
+ permissions :
35
+ contents : read
36
+ id-token : write
35
37
steps :
36
38
- uses : actions/checkout@v4
37
39
- name : Bootstrap Action Workspace
41
43
- uses : hashicorp/setup-terraform@v3
42
44
with :
43
45
terraform_version : 1.2.3
44
- -
uses :
elastic/oblt-actions/aws/[email protected]
46
+ - uses : elastic/oblt-actions/aws/auth@v1
47
+ - uses : elastic/oblt-actions/google/auth@v1
48
+ - uses : google-github-actions/get-secretmanager-secrets@dc4a1392bad0fd60aee00bb2097e30ef07a1caae # v2.1.3
49
+ with :
50
+ export_to_environment : true
51
+ secrets : |-
52
+ EC_API_KEY:elastic-observability/elastic-cloud-observability-team-pro-api-key
45
53
- run : make smoketest/run TEST_DIR=./tf
46
54
- if : always()
47
55
name : Tear down
You can’t perform that action at this time.
0 commit comments