Learn how to set up GitHub actions on the new developer platform.
2025.1
or 2023.2
), you’ll want to turn it off before migrating your project to new developer platform. To turn off the built-in integration:
HUBSPOT_ACCOUNT_ID
: the ID of your HubSpot account.HUBSPOT_PERSONAL_ACCESS_KEY
: your personal access key.DEFAULT_CLI_VERSION
will default to the latest version, but it’s recommended that you target a specific CLI version to prevent new releases from impacting your CI/CD flow..github/workflows/main.yml
.main.yml
file you just created. Note that you can replace main
with your default branch name if it’s something other than main
.account_id
or personal_access_key
values in your workflow. Authentication-related values should only be stored as GitHub secrets.main
will trigger an upload to your target HubSpot account.
Learn more about the HubSpot project action on the GitHub marketplace.