cloudflare/kumo

Public

mirrored fromhttps://github.com/cloudflare/kumoAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
5260f1a5703bb69e6c7f7cf0ce8033a561cac8b5

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

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
3FIGMA_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
7FIGMA_FILE_KEY=
8
9# Collection name in Figma (colors collection)
10FIGMA_COLLECTION_NAME=kumo-colors
11