File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change 3131 TF_VAR_REPO : " ${{ github.repository }}"
3232 SMOKETEST_VERSIONS : " ${{ inputs.smoketest_versions || 'latest' }}"
3333 SKIP_DESTROY : 0
34- EC_API_KEY : ${{ secrets.OBSERVABILITY_EC_API_KEY }}
34+ permissions :
35+ contents : read
36+ id-token : write
3537 steps :
3638 - uses : actions/checkout@v4
3739 - name : Bootstrap Action Workspace
4143 - uses : hashicorp/setup-terraform@v3
4244 with :
4345 terraform_version : 1.2.3
44- - uses : elastic/oblt-actions/aws/auth@v1.10.0
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
4553 - run : make smoketest/run TEST_DIR=./tf
4654 - if : always()
4755 name : Tear down
You can’t perform that action at this time.
0 commit comments