Action Inputs
This page documents all available inputs for the Typper Figma Plugin Deploy action.Required Inputs
plugin-id
The unique identifier of your Figma plugin. You can find this in your plugin’s
settings or URL.
team-id
The ID of the Figma team where your plugin is hosted. Found in your team’s
URL.
Optional Inputs
release-notes
Release notes for this version of your plugin. Supports markdown formatting.
Environment Variables
These are required environment variables that should be set as GitHub Secrets:FIGMA_EMAIL
The email address associated with your Figma account.
FIGMA_PASSWORD
Your Figma account password.
FIGMA_TOTP_SECRET
The TOTP secret for two-factor authentication.
Usage Example
Here’s a complete example using all available inputs:Best Practices
-
Plugin ID
- Keep it in environment variables for different environments
- Validate the ID before deployment
-
Team ID
- Store in environment variables
- Verify team access permissions
-
Release Notes
- Use clear and concise descriptions
- Follow a consistent format
- Include relevant version numbers