We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 558b0fa commit 14e4c34Copy full SHA for 14e4c34
.github/workflows/smoke-tests.yml
@@ -46,11 +46,13 @@ jobs:
46
with:
47
terraform_version: 1.2.3
48
49
+ - uses: elastic/oblt-actions/google/auth@v1
50
+
51
- uses: google-github-actions/get-secretmanager-secrets@dc4a1392bad0fd60aee00bb2097e30ef07a1caae # v2.1.3
52
53
export_to_environment: true
54
secrets: |-
- EC_API_KEY:elastic-observability/secrets/elastic-cloud-observability-team-pro-api-key
55
+ EC_API_KEY:elastic-observability/elastic-cloud-observability-team-pro-api-key
56
57
- run: make smoketest/run TEST_DIR=./tf
58
- if: always()
0 commit comments