DS requires access to font-awesome PRO. Add FONT_AWESOME_AUTH_TOKEN environment variable to your .zshrc, .bashrc
export FONT_AWESOME_AUTH_TOKEN=<TOKEN>
To obtain the token visit https://fontawesome.com/account/general, look for "Package Token". Login credentials: https://bethink.passwd.team/secrets/5ZldBeJcdG5L4YdrovDE
- Create
.envfile in the project root folder - Add key
JSON_BIN_X_ACCESS_KEY - Value for the key take from https://bethink.passwd.team/secrets/dhpIPB7AappD0jOoU0WW
Add a comment with /review in your PR to deploy Storybook to S3. Once the deployment is complete, a new comment with the URL will be posted.
If you use the review command more than once and the changes are not visible in the link, add a query parameter to avoid issues with caching.
?cd=123
Build, deploy Storybook and publish to NPM by triggering the Publish to NPM action manually: Actions → Publish to NPM → Run workflow
Note:
NPM_TOKENmust be set in repository secrets. The recommended token type is a Granular Access Token scoped to this package only. Avoid runningnpm publishlocally.