mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-05-11 16:30:57 +00:00
## Summary Removes `api-update-registry-api-types.yaml` — the workflow that cloned the private `comfy-api` repo using a PAT to generate registry API types. This is a security risk: a PAT with private repo access stored on a public repo. Type generation now happens in `comfy-api` and pushes PRs to this repo instead. ### Action needed after merge - Remove the `COMFY_API_PAT` secret from this repo's settings (Settings → Secrets → Actions) ### Depends on - https://github.com/Comfy-Org/comfy-api/pull/937 (must merge first) - Refs: COM-16785 ┆Issue is synchronized with this [Notion page](https://www.notion.so/PR-9957-chore-remove-pull-model-registry-type-gen-workflow-3246d73d365081cd9dbad03597817f05) by [Unito](https://www.unito.io)