We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9dbbd2f commit b717adeCopy full SHA for b717ade
.github/workflows/capabilities.yaml
@@ -24,6 +24,8 @@ jobs:
24
run: go build -o connector ./cmd/baton-temporalcloud
25
26
- name: Run and save output
27
+ env:
28
+ BATON_API_KEY: ${{ secrets.TEMPORAL_CLOUD_API_KEY }}
29
run: ./connector capabilities > baton_capabilities.json
30
31
- name: Commit changes
0 commit comments