File tree Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Original file line number Diff line number Diff line change 4545
4646 test-submit :
4747 uses : ./.github/workflows/test-examples.yml
48+ with :
49+ CHIPFLOW_API_ORIGIN : ${{ vars.CHIPFLOW_API_ORIGIN }}
50+ CHIPFLOW_BACKEND_VERSION : ${{ vars.CHIPFLOW_BACKEND_VERSION }}
4851 secrets :
4952 CHIPFLOW_API_KEY : ${{ secrets.CHIPFLOW_API_KEY}}
Original file line number Diff line number Diff line change 55 secrets :
66 CHIPFLOW_API_KEY :
77 required : true
8+ inputs :
9+ CHIPFLOW_API_ORIGIN :
10+ required : true
11+ CHIPFLOW_BACKEND_VERSION :
12+ required : true
13+
814
915jobs :
1016 test-submit :
9298 pdm run chipflow silicon submit --wait $DRY | cat
9399 env :
94100 CHIPFLOW_API_KEY : ${{ secrets.CHIPFLOW_API_KEY}}
101+ CHIPFLOW_API_ORIGIN : ${{ inputs.CHIPFLOW_API_ORIGIN }}
102+ CHIPFLOW_BACKEND_VERSION : ${{ inputs.CHIPFLOW_BACKEND_VERSION }}
You can’t perform that action at this time.
0 commit comments