Request
Please enable Template repository for this repo so the one-click deploy flow works:
https://render.com/deploy-template/api/github/start?template_repo=render-workflows-llamaindex
Context
- Blueprint is gallery-ready on
main (projects/environments wrapper, previews.generation: off).
@ojusave has maintain on this repo but not admin, so the is_template setting cannot be toggled via API or Settings.
Action needed (org admin)
Either:
- Repo Settings → General → Template repository (check the box), or
- Bump
@ojusave to admin on this repo so we can run:
gh api -X PATCH repos/render-examples/render-workflows-llamaindex --input - <<'JSON'
{"is_template": true}
JSON
Verify
gh api repos/render-examples/render-workflows-llamaindex --jq .is_template
# → true
Request
Please enable Template repository for this repo so the one-click deploy flow works:
https://render.com/deploy-template/api/github/start?template_repo=render-workflows-llamaindexContext
main(projects/environments wrapper,previews.generation: off).@ojusavehas maintain on this repo but not admin, so theis_templatesetting cannot be toggled via API or Settings.Action needed (org admin)
Either:
@ojusaveto admin on this repo so we can run:Verify
gh api repos/render-examples/render-workflows-llamaindex --jq .is_template # → true