Skip to content

Commit 03329c9

Browse files
fr4nc1sc0-r4m0nv1v
andauthored
Fix secrets google project (#702)
* Start using elastic-observability-ci google cloud project for ci secrets * Update .github/workflows/smoke-tests.yml Co-authored-by: Victor Martinez <[email protected]> * Add project-id to avoid references to default elastic-observability project and fix secrets project --------- Co-authored-by: Victor Martinez <[email protected]>
1 parent 906f9f1 commit 03329c9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/smoke-tests.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,13 @@ jobs:
4646
- uses: elastic/oblt-actions/google/auth@v1
4747
with:
4848
project-number: '911195782929'
49+
project-id: 'elastic-observability-ci'
4950

5051
- uses: google-github-actions/get-secretmanager-secrets@bc9c54b29fdffb8a47776820a7d26e77b379d262 # v3.0.0
5152
with:
5253
export_to_environment: true
5354
secrets: |-
54-
EC_API_KEY:elastic-observability/elastic-cloud-observability-team-pro-api-key
55+
EC_API_KEY:elastic-observability-ci/elastic-cloud-observability-team-pro-api-key
5556
- run: make smoketest/run
5657

5758
# Secrets are rotated daily, if the benchmarks run between the rotation window, then
@@ -63,7 +64,7 @@ jobs:
6364
with:
6465
export_to_environment: true
6566
secrets: |-
66-
EC_API_KEY:elastic-observability/elastic-cloud-observability-team-pro-api-key
67+
EC_API_KEY:elastic-observability-ci/elastic-cloud-observability-team-pro-api-key
6768
6869
- if: always()
6970
name: Tear down

0 commit comments

Comments
 (0)