With Tool Kit [already set up](https://github.com/financial-times/dotcom-tool-kit#installing-and-using-tool-kit), install this plugin as a dev dependency:
npm install @dotcom-tool-kit/cloudsmithWith Tool Kit already set up, install this plugin as a dev dependency:
``sh`
npm install --save-dev @dotcom-tool-kit/cloudsmith
And add it to your repo's .toolkitrc.yml:
`yml`
plugins:
- '@dotcom-tool-kit/cloudsmith'
| Property | Description | Type |
| :--------------- | :---------------------------------------------------------------------------------------------------------------------------------------- | :------- |
| serviceAccount | the Cloudsmith service account. this will probably be your team name followed by the permissions access, e.g., cp-reliability-read-write. | string` |
_All properties are optional._