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 bbec5da commit 8adaed9Copy full SHA for 8adaed9
.github/workflows/main.yaml
@@ -47,6 +47,7 @@ jobs:
47
uses: ./.github/workflows/test-examples.yml
48
with:
49
CHIPFLOW_BACKEND_VERSION: 'branch-opentracing-batch'
50
+ CHIPFLOW_ENDPOINT: "https://build-staging.chipflow.org"
51
secrets:
- CHIPFLOW_API_KEY: ${{ secrets.CHIPFLOW_API_KEY}}
52
+ CHIPFLOW_API_KEY: ${{ secrets.CHIPFLOW_API_KEY_STAGING}}
53
0 commit comments