File tree Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Expand file tree Collapse file tree 2 files changed +8
-5
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 66 CHIPFLOW_BACKEND_VERSION :
77 required : false
88 type : string
9- default : ' '
10- CHIPFLOW_ENDPOINT :
9+ default : ' branch-main '
10+ CHIPFLOW_API_ORIGIN :
1111 required : false
1212 type : string
13- default : ' '
13+ default : ' https://build.chipflow.org '
1414 secrets :
1515 CHIPFLOW_API_KEY :
1616 required : true
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