Reference for all available inputs in the Typper Figma Plugin Deploy action
plugin-id
with: plugin-id: "1234567890"
team-id
with: team-id: "9876543210"
release-notes
with: release-notes: | ## New Features - Added dark mode support - Improved performance ## Bug Fixes - Fixed layout issues
FIGMA_EMAIL
FIGMA_PASSWORD
FIGMA_TOTP_SECRET
name: Deploy Figma Plugin on: push: tags: - "v*" 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: "1234567890" team-id: "9876543210" release-notes: | ## What's New - Feature 1 - Feature 2 ## Bug Fixes - Fix 1 - Fix 2 env: FIGMA_EMAIL: ${{ secrets.FIGMA_EMAIL }} FIGMA_PASSWORD: ${{ secrets.FIGMA_PASSWORD }} FIGMA_TOTP_SECRET: ${{ secrets.FIGMA_TOTP_SECRET }}