mention-me/Tray CDK Deployment
A GitHub Action to deploy Tray.ai CDK connectors
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| apiKey | The API key to use for deployment. | yes | — |
| region | The region to deploy the connector to. Options: us1, eu1, apac1. | yes | — |
| executable | The path to the Tray CDK executable. If not changed, the action will use the global Tray CDK executable. | yes | tray-cdk |
| path | The path to the connector to deploy. If not provided, the action will look for a connector in the root of the repository. | no | — |
Outputs
| name | description |
|---|---|
| name | The name of the deployed connector. |
| version | The version of the deployed connector. |
| buildPath | The path to the built connector (if successful). |
| deploymentId | The ID of the deployment which was created (if successful). |
| successful | Whether the deployment was completed successfully. |