v0.4.0
Minor Changes
-
b609957:
scry initno longer writes your API key into the committed config file.--commit-api-keydescribed itself as "not recommended" and defaulted to true, so
everyinitwrote the key into.storybook-deployer.jsonand committed it. The
copy was never load-bearing:initalready stores the key as theSCRY_API_KEY
GitHub secret and the workflow it generates reads it from there.Passing
--no-commit-api-keydid not help either — the key was written regardless,
and the.gitignoreentry it added never matched, because#only starts a comment
at the beginning of a line in.gitignore.The default is now false and the escape hatch still exists behind an explicit
--commit-api-key. For local runs, exportSCRY_API_KEYinstead.If you ran an earlier version, rotate that project's API key — git history keeps
it after the file is changed.