Skip to content

Commit

Permalink
Update capabilities.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
johnallers committed Feb 15, 2025
1 parent af7a90d commit ea6371d
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-coupa

- name: Run and save output
env:
COUPA_CLIENT_ID: "example"
COUPA_CLIENT_SECRET: "example"
COUPA_BASE_URL: "https://example.coupacloud.com"
run: ./connector capabilities > baton_capabilities.json

- name: Commit changes
Expand Down

0 comments on commit ea6371d

Please sign in to comment.