Skip to content
Merged
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions .github/workflows/smoke-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,15 @@ jobs:
terraform_version: 1.2.3
- uses: elastic/oblt-actions/aws/auth@v1
- uses: elastic/oblt-actions/google/auth@v1
with:
project-number: '911195782929'
project-id: 'elastic-observability-ci'

- uses: google-github-actions/get-secretmanager-secrets@bc9c54b29fdffb8a47776820a7d26e77b379d262 # v3.0.0
with:
export_to_environment: true
secrets: |-
EC_API_KEY:elastic-observability/elastic-cloud-observability-team-pro-api-key
EC_API_KEY:elastic-observability-ci/elastic-cloud-observability-team-pro-api-key
- run: make smoketest/run

# Secrets are rotated daily, if the benchmarks run between the rotation window, then
Expand All @@ -60,7 +64,7 @@ jobs:
with:
export_to_environment: true
secrets: |-
EC_API_KEY:elastic-observability/elastic-cloud-observability-team-pro-api-key
EC_API_KEY:elastic-observability-ci/elastic-cloud-observability-team-pro-api-key

- if: always()
name: Tear down
Expand Down
Loading