Unverified Commit 759ff946 authored by Jun's avatar Jun Committed by GitHub

Update push.yml

parent 68984781
......@@ -8,7 +8,8 @@ on:
- package.json
jobs:
check_pr:
icon_automation:
name: figma icon automation
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
......@@ -16,6 +17,14 @@ jobs:
- name: "install"
run: yarn install
- name: Figma Action
uses: primer/[email protected]
with:
args: "format=svg outputDir=./build/"
env:
FIGMA_FILE_URL: "https://www.figma.com/file/${{ secrets.FILE_KEY }}"
FIGMA_TOKEN: ${{ secrets.FIGMA_TOKEN }}
- name: "generate"
run: yarn generate
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment