We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1403b5a commit 0b8684aCopy full SHA for 0b8684a
.github/workflows/main.yaml
@@ -52,6 +52,8 @@ jobs:
52
env:
53
DRY: ${{ matrix.dry && '--dry-run' || '' }}
54
IS_DRY: ${{ matrix.dry && '(dry run)' || '' }}
55
+ CHIPFLOW_API_ORIGIN: ${{ var.CHIPFLOW_API_ORIGIN }}
56
+ CHIPFLOW_BACKEND_VERSION: ${{ var.CHIPFLOW_BACKEND_VERSION }}
57
name: ${{ matrix.dry && 'Test Submit - Dry run' || 'Test submit' }}
58
59
steps:
@@ -92,3 +94,5 @@ jobs:
92
94
pdm run chipflow silicon submit --wait $DRY
93
95
96
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