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

Update push.yml

parent 68984781
...@@ -8,7 +8,8 @@ on: ...@@ -8,7 +8,8 @@ on:
- package.json - package.json
jobs: jobs:
check_pr: icon_automation:
name: figma icon automation
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v1 - uses: actions/checkout@v1
...@@ -16,6 +17,14 @@ jobs: ...@@ -16,6 +17,14 @@ jobs:
- name: "install" - name: "install"
run: yarn 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" - name: "generate"
run: yarn 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