diff --git a/.github/workflows/update-icon.yml b/.github/workflows/update-icon.yml index 47c32d2..2bc18a3 100644 --- a/.github/workflows/update-icon.yml +++ b/.github/workflows/update-icon.yml @@ -17,7 +17,7 @@ jobs: - name: Install dependencies run: npm ci - name: Update svg Icons - run: FIGMA_TOKEN=${{ secrets.FIGMA_TOKEN }} FIGMA_FILE_KEY=${{ secrets.FIGMA_FILE_KEY }} npm run figma + run: FIGMA_TOKEN=${{ secrets.UBIE_FIGMA_TOKEN }} FIGMA_FILE_KEY=${{ secrets.FIGMA_FILE_KEY }} npm run figma - name: Generate React Components run: npm run build:svg - name: Format