Skip to content

Commit 14e4c34

Browse files
authored
Apply suggestions from code review
1 parent 558b0fa commit 14e4c34

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/smoke-tests.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,13 @@ jobs:
4646
with:
4747
terraform_version: 1.2.3
4848

49+
- uses: elastic/oblt-actions/google/auth@v1
50+
4951
- uses: google-github-actions/get-secretmanager-secrets@dc4a1392bad0fd60aee00bb2097e30ef07a1caae # v2.1.3
5052
with:
5153
export_to_environment: true
5254
secrets: |-
53-
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
5456
5557
- run: make smoketest/run TEST_DIR=./tf
5658
- if: always()

0 commit comments

Comments
 (0)