Skip to content

Commit

Permalink
Fix capability generation.
Browse files Browse the repository at this point in the history
  • Loading branch information
ggreer committed Jan 10, 2025
1 parent dcf358f commit bdbef3d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/capabilities.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ jobs:
run: go build -o connector ./cmd/baton-confluence

- name: Run and save output
env:
BATON_API_KEY: "example"
BATON_DOMAIN_URL: "example.com"
BATON_USERNAME: "example"
run: ./connector capabilities > baton_capabilities.json

- name: Commit changes
Expand Down

0 comments on commit bdbef3d

Please sign in to comment.