Skip to content

Commit a0fe385

Browse files
committed
ugh more workflow fiddling
1 parent 8adaed9 commit a0fe385

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

.github/workflows/main.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
uses: ./.github/workflows/test-examples.yml
4848
with:
4949
CHIPFLOW_BACKEND_VERSION: 'branch-opentracing-batch'
50-
CHIPFLOW_ENDPOINT: "https://build-staging.chipflow.org"
50+
CHIPFLOW_API_ORIGIN: "https://build-staging.chipflow.org"
5151
secrets:
52-
CHIPFLOW_API_KEY: ${{ secrets.CHIPFLOW_API_KEY_STAGING}}
52+
CHIPFLOW_API_KEY: ${{ secrets.CHIPFLOW_API_KEY_STAGING}}
5353

.github/workflows/test-examples.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ on:
66
CHIPFLOW_BACKEND_VERSION:
77
required: false
88
type: string
9-
default: ''
10-
CHIPFLOW_ENDPOINT:
9+
default: 'branch-main'
10+
CHIPFLOW_API_ORIGIN:
1111
required: false
1212
type: string
13-
default: ''
13+
default: 'https://build.chipflow.org'
1414
secrets:
1515
CHIPFLOW_API_KEY:
1616
required: true
@@ -75,3 +75,6 @@ jobs:
7575
pdm run chipflow silicon submit --wait $DRY
7676
env:
7777
CHIPFLOW_API_KEY: ${{ secrets.CHIPFLOW_API_KEY}}
78+
CHIPFLOW_API_ORIGIN: ${{ inputs.CHIPFLOW_API_ENDPOINT }}
79+
CHIPFLOW_BACKEND_VERSION: ${{inputs.CHIPFLOW_API_ENDPOINT}}
80+

0 commit comments

Comments
 (0)