{ "environment": "python", "entrypoint": "app.py", "command": "python3 app.py", "env": { "HF_API_KEY": "${{ secrets.api_key }}" } }