hubspot/HubSpot Project Action
Validate, upload, and deploy a HubSpot project
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| project_dir | The path to the directory where your hsproject.json file is located | yes | ./ |
| personal_access_key | [SECRET] Personal Access Key generated in HubSpot that grants access to the CLI. If not provided, will use DEFAULT_PERSONAL_ACCESS_KEY from environment. | no | — |
| account_id | HubSpot account ID associated with the personal-access-key. If not provided, will use DEFAULT_ACCOUNT_ID from environment. | no | — |
| cli_version | Version of the HubSpot CLI to install. If not provided, will use DEFAULT_CLI_VERSION from environment. If neither are found, defaults to `latest`. | no | — |
| profile | Profile to use for the HubSpot CLI. If not provided, will use DEFAULT_PROFILE from environment. | no | — |
Outputs
| name | description |
|---|---|
| build_id | The build ID of the created HubSpot project build |
| deploy_id | The deploy ID if auto-deploy is enabled |