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 bf3f047 commit 924f950Copy full SHA for 924f950
.github/workflows/sdkbuild2run.yml
@@ -29,6 +29,7 @@ jobs:
29
30
- name: Run Examples
31
run: |
32
+ echo "API Key: ${{ secrets.PRODUCTCLIENTID }}"
33
cd examples
34
go run .\Example_QuickStart.go
35
go run .\Example_BatchProcessing.go
0 commit comments