Skip to content

Figx Action

Actions

About

GitHub Action to run the figx CLI tool
v0.7.3
Latest
Star (0)

Figx GitHub Action

Run the figx CLI tool in GitHub Actions.

Usage

jobs:
  figx:
    runs-on: ubuntu-latest
    steps:
      - uses: tonykolomeytsev/figx-action@v0.7
        with:
          command: import
          args: //ui/kit/...
          token: ${{ secrets.FIGMA_PERSONAL_TOKEN }}
Name Description Required
command Command to run (e.g. import) ✅ Yes
args Arguments for the command ✅ No
token Figma token if needed ❌ No

Figx Action is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

GitHub Action to run the figx CLI tool
v0.7.3
Latest

Figx Action is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.