Skip to content

Commit 22b374b

Browse files
fix: use the correct secret (#433)
1 parent 5fa1c0b commit 22b374b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/smoke-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
secrets: |
4646
secret/observability-team/ci/elastic-observability-aws-account-auth access_key | AWS_ACCESS_KEY_ID ;
4747
secret/observability-team/ci/elastic-observability-aws-account-auth secret_key | AWS_SECRET_ACCESS_KEY ;
48-
secret/observability-team/ci/elastic-cloud/observability-pro apiKey | EC_API_KEY
48+
secret/observability-team/ci/elastic-cloud/observability-team-pro apiKey | EC_API_KEY
4949
- uses: hashicorp/setup-terraform@v3
5050
with:
5151
terraform_version: 1.2.3

0 commit comments

Comments
 (0)