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 cb18fb5 commit ae88f2dCopy full SHA for ae88f2d
.github/workflows/main.yaml
@@ -11,6 +11,9 @@ on:
11
description: Test with the release lock
12
type: boolean
13
default: false
14
+ ENVIRONMENT:
15
+ required: true
16
+ type: environment
17
18
env:
19
lock_pdm: ${{ ! (github.ref_name == 'refs/heads/latest-release' || inputs.release) }}
@@ -51,6 +54,8 @@ jobs:
51
54
run: pdm run chipflow -vv silicon submit --wait
52
55
53
56
CHIPFLOW_API_KEY: ${{ secrets.CHIPFLOW_API_KEY}}
57
+ CHIPFLOW_API_ORIGIN: ${{ vars.CHIPFLOW_API_ORIGIN }}
58
+ CHIPFLOW_BACKEND_VERSION: ${{ vars.CHIPFLOW_BACKEND_VERSION }}
59
60
test:
61
runs-on: ubuntu-latest
0 commit comments