This action creates tokens in a Figma file from a JSON style-dictionary file.
Required The Figma file ID where the tokens will be created.
Required The Figma API token.
Optional The collections to create in the Figma file. Default {"semantic": {"name": "Semantic Colors", "modeId": "semantic-light", "secondaryModeId": "semantic-dark"}, "default": {"name": "General", "modeId": "default"}}
.
Required The url of the style-dictionary file that will be used to create the tokens.
uses: brianferry/[email protected]
with:
figma_file: 'your-figma-file-id'
figma_token: ${{ secrets.FIGMA_TOKEN }}
style_dictionary_url: 'https://raw.githubusercontent.com/your-repo/your-branch/style-dictionary.json'