Figx Action
ActionsRun the figx CLI tool in GitHub Actions.
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.