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 7250b9dCopy full SHA for 7250b9d
.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: ${{ env.CHIPFLOW_API_ORIGIN }}
56
+ CHIPFLOW_BACKEND_VERSION: ${{ env.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
98
0 commit comments