Skip to content

Commit ec8e3e0

Browse files
committed
Fix capability generation.
1 parent 4f9b147 commit ec8e3e0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/output_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-github
2525

2626
- name: Run and save output
27+
env:
28+
BATON_TOKEN: test
2729
run: ./connector capabilities > baton_capabilities.json
2830

2931
- name: Commit changes

0 commit comments

Comments
 (0)