Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(integration): update ashby providers.yaml #3082

Merged
merged 2 commits into from
Nov 29, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
add credentials section for ashby in providers.yaml
  • Loading branch information
dannylwe committed Nov 29, 2024
commit c7ae019069cdbafe694f083289a96fa1346599e1
11 changes: 11 additions & 0 deletions packages/shared/providers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -425,6 +425,17 @@ ashby:
method: POST
endpoint: apiKey.info
docs: https://docs.nango.dev/integrations/all/ashby
credentials:
username:
type: string
title: API Key
description: The API Key of your Ashby account
password:
type: string
title: ''
description: ''
default_value: ''
hidden: true

atlassian:
display_name: Atlassian
Expand Down
Loading