Skip to content

Commit b717ade

Browse files
committed
Fix capability generation.
1 parent 9dbbd2f commit b717ade

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/capabilities.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ jobs:
2424
run: go build -o connector ./cmd/baton-temporalcloud
2525

2626
- name: Run and save output
27+
env:
28+
BATON_API_KEY: ${{ secrets.TEMPORAL_CLOUD_API_KEY }}
2729
run: ./connector capabilities > baton_capabilities.json
2830

2931
- name: Commit changes

0 commit comments

Comments
 (0)