Skip to content

Commit 7250b9d

Browse files
committed
Use chipflow-api as defined by github environment
1 parent 1403b5a commit 7250b9d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/main.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ jobs:
5252
env:
5353
DRY: ${{ matrix.dry && '--dry-run' || '' }}
5454
IS_DRY: ${{ matrix.dry && '(dry run)' || '' }}
55+
CHIPFLOW_API_ORIGIN: ${{ env.CHIPFLOW_API_ORIGIN }}
56+
CHIPFLOW_BACKEND_VERSION: ${{ env.CHIPFLOW_BACKEND_VERSION }}
5557
name: ${{ matrix.dry && 'Test Submit - Dry run' || 'Test submit' }}
5658

5759
steps:
@@ -92,3 +94,5 @@ jobs:
9294
pdm run chipflow silicon submit --wait $DRY
9395
env:
9496
CHIPFLOW_API_KEY: ${{ secrets.CHIPFLOW_API_KEY}}
97+
CHIPFLOW_API_ORIGIN: ${{ env.CHIPFLOW_API_ORIGIN }}
98+
CHIPFLOW_BACKEND_VERSION: ${{ env.CHIPFLOW_BACKEND_VERSION }}

0 commit comments

Comments
 (0)