File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 4747 uses : ./.github/workflows/test-examples.yml
4848 with :
4949 CHIPFLOW_BACKEND_VERSION : ' branch-opentracing-batch'
50- CHIPFLOW_ENDPOINT : " https://build-staging.chipflow.org"
50+ CHIPFLOW_API_ORIGIN : " https://build-staging.chipflow.org"
5151 secrets :
52- CHIPFLOW_API_KEY : ${{ secrets.CHIPFLOW_API_KEY_STAGING}}
52+ CHIPFLOW_API_KEY : ${{ secrets.CHIPFLOW_API_KEY_STAGING}}
5353
Original file line number Diff line number Diff line change 77 required : false
88 type : string
99 default : ' '
10- CHIPFLOW_ENDPOINT :
10+ CHIPFLOW_API_ENDPOINT :
1111 required : false
1212 type : string
1313 default : ' '
7575 pdm run chipflow silicon submit --wait $DRY
7676 env :
7777 CHIPFLOW_API_KEY : ${{ secrets.CHIPFLOW_API_KEY}}
78+ CHIPFLOW_API_ORIGIN : ${{ inputs.CHIPFLOW_API_ENDPOINT }}
79+ CHIPFLOW_BACKEND_VERSION : ${{inputs.CHIPFLOW_API_ENDPOINT}}
80+
You can’t perform that action at this time.
0 commit comments