Skip to content

Commit

Permalink
feat: action to tranform tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
amazingrando committed Jul 27, 2023
1 parent 7a5ade5 commit 40a4528
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/create-tokens.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
branches:
- main
paths:
- 'src/tokens/figma.json'
- 'src/tokens/figma.tokens.json'

jobs:
build:
Expand All @@ -18,8 +18,6 @@ jobs:
node-version: 16.13
- name: Install Node Dependencies
run: npm ci
env:
FOUR_KITCHENS_BUILD_TOKEN: ${{ secrets.FOUR_KITCHENS_BUILD_TOKEN }}
# Transform Figma Tokens JSON to something Style Dictionary can read, then
# Convert tokens according to Style Dictionary config
- name: Build Style Dictionary
Expand Down
9 changes: 0 additions & 9 deletions .tokens.config.json

This file was deleted.

0 comments on commit 40a4528

Please sign in to comment.