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 965d3c6 commit 7581ffcCopy full SHA for 7581ffc
.github/workflows/main.yaml
@@ -72,11 +72,8 @@ jobs:
72
run: |
73
pdm test
74
pdm run chipflow pin lock
75
- pdm run chipflow silicon submit
+ pdm run chipflow silicon submit --wait
76
env:
77
- CHIPFLOW_API_ENDPOINT: 'https://build-staging.chipflow.org/build/submit'
+ CHIPFLOW_API_ORIGIN: 'https://build-staging.chipflow.org'
78
CHIPFLOW_API_KEY_ID: ${{ secrets.CHIPFLOW_API_KEY_ID }}
79
CHIPFLOW_API_KEY_SECRET: ${{ secrets.CHIPFLOW_API_KEY_SECRET }}
80
-
81
82
0 commit comments