cloudflare/kumo
Publicmirrored fromhttps://github.com/cloudflare/kumoAvailable
packages/kumo-figma/scripts/.env.example
10lines · modecode
| 1 | # Figma API token - get from Figma Settings > Personal Access Tokens |
| 2 | # NEVER commit real tokens or file keys to the repository |
| 3 | FIGMA_TOKEN= |
| 4 | |
| 5 | # Figma file key - extract from URL: figma.com/file/{FILE_KEY}/... |
| 6 | # Ask a team member for access to the Kumo design file |
| 7 | FIGMA_FILE_KEY= |
| 8 | |
| 9 | # Collection name in Figma (colors collection) |
| 10 | FIGMA_COLLECTION_NAME=kumo-colors |
| 11 | |