# Example secrets file for act (local CI testing)
# Copy this file to .secrets and fill in your values
# DO NOT commit .secrets to version control!
# Required for tests
FAL_KEY=your_fal_api_key_here
# Required for publishing (only needed when testing publish workflow)
PYPI_API_TOKEN=your_pypi_token_here
# Optional: GitHub token for GitHub API operations
GITHUB_TOKEN=your_github_token_here