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 4f9b147 commit ec8e3e0Copy full SHA for ec8e3e0
.github/workflows/output_capabilities.yaml
@@ -24,6 +24,8 @@ jobs:
24
run: go build -o connector ./cmd/baton-github
25
26
- name: Run and save output
27
+ env:
28
+ BATON_TOKEN: test
29
run: ./connector capabilities > baton_capabilities.json
30
31
- name: Commit changes
0 commit comments