Get started with Typper Figma Plugin Deploy in minutes
manifest.json
FIGMA_EMAIL=your-email@example.com FIGMA_PASSWORD=your-figma-password FIGMA_TOTP_SECRET=your-totp-secret
.github/workflows/deploy.yml
name: Deploy Figma Plugin on: push: branches: - main jobs: deploy: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - name: Deploy Figma Plugin uses: typper-io/figma-plugin-deploy@v1 with: plugin-id: "your-plugin-id" team-id: "your-team-id" release-notes: "New version" env: FIGMA_EMAIL: ${{ secrets.FIGMA_EMAIL }} FIGMA_PASSWORD: ${{ secrets.FIGMA_PASSWORD }} FIGMA_TOTP_SECRET: ${{ secrets.FIGMA_TOTP_SECRET }}
your-plugin-id
your-team-id