Commit 3965b3a8 authored by Jun's avatar Jun

change FILE_KEY to FIGMA_FILE_URL

parent d050a336
...@@ -22,7 +22,7 @@ jobs: ...@@ -22,7 +22,7 @@ jobs:
with: with:
args: "format=svg outputDir=./bin/icons/" args: "format=svg outputDir=./bin/icons/"
env: env:
FIGMA_FILE_URL: "https://www.figma.com/file/${{ secrets.FILE_KEY }}" FIGMA_FILE_URL: ${{ secrets.FIGMA_FILE_URL }}
FIGMA_TOKEN: ${{ secrets.FIGMA_TOKEN }} FIGMA_TOKEN: ${{ secrets.FIGMA_TOKEN }}
- name: "generate" - name: "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