| # Figma Personal Access Token | |
| # Get yours at: https://www.figma.com/developers/api#access-tokens | |
| # | |
| # This token enables: | |
| # - Reading comments from Figma files | |
| # - Creating new comments | |
| # - Replying to existing comments | |
| # | |
| # Personal access tokens have read and write permissions by default | |
| FIGMA_ACCESS_TOKEN=your_figma_token_here | |