Skip to content

Commit ccd2707

Browse files
committed
ci(kernel-rc-cross-os): attach jobs to azure-prod environment for e2e secrets
The DATABRICKS_HOST / TEST_PECO_WAREHOUSE_HTTP_PATH / DATABRICKS_TOKEN secrets are scoped to the azure-prod environment (as in main.yml), not repo-level. Without 'environment: azure-prod' the jobs saw empty creds and failed at assertEnv. azure-prod has no protection rules / branch restriction, so push-triggered runs proceed without approval. Co-authored-by: Isaac
1 parent fd88e4d commit ccd2707

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/kernel-rc-cross-os.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ jobs:
4040
suite:
4141
name: ${{ matrix.label }} · node ${{ matrix.node }}
4242
runs-on: ${{ matrix.os }}
43+
environment: azure-prod # e2e secrets (DATABRICKS_*) are scoped to this environment
4344
timeout-minutes: 40
4445
strategy:
4546
fail-fast: false
@@ -88,6 +89,7 @@ jobs:
8889
linux-musl:
8990
name: ${{ matrix.label }} · ${{ matrix.image }}
9091
runs-on: ${{ matrix.runner }}
92+
environment: azure-prod # e2e secrets (DATABRICKS_*) are scoped to this environment
9193
timeout-minutes: 40
9294
strategy:
9395
fail-fast: false

0 commit comments

Comments
 (0)