Skip to content

Commit ae88f2d

Browse files
committed
Fix passing of CHIPFLOW_API_ORIGIN and CHIPFLOW_BACKEND_VERSION
1 parent cb18fb5 commit ae88f2d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/main.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ on:
1111
description: Test with the release lock
1212
type: boolean
1313
default: false
14+
ENVIRONMENT:
15+
required: true
16+
type: environment
1417

1518
env:
1619
lock_pdm: ${{ ! (github.ref_name == 'refs/heads/latest-release' || inputs.release) }}
@@ -51,6 +54,8 @@ jobs:
5154
run: pdm run chipflow -vv silicon submit --wait
5255
env:
5356
CHIPFLOW_API_KEY: ${{ secrets.CHIPFLOW_API_KEY}}
57+
CHIPFLOW_API_ORIGIN: ${{ vars.CHIPFLOW_API_ORIGIN }}
58+
CHIPFLOW_BACKEND_VERSION: ${{ vars.CHIPFLOW_BACKEND_VERSION }}
5459

5560
test:
5661
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)