Skip to content

Conversation

@luke-mino-altherr
Copy link
Contributor

@luke-mino-altherr luke-mino-altherr commented Aug 13, 2025

I created a new custom node and encountered some minor issues from the cookiecutter output. This PR should fix those issues.

- name: 📦 Publish Custom Node
uses: Comfy-Org/publish-node-action@main
with:
personal_access_token: {% raw %}${{ secrets.REGISTRY_ACCESS_TOKEN }}{% endraw %}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@robinjhuang are we ok with this?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

perhaps the templating engine changed in new versions of cookiecutter. I was getting the {% raw %} plaintext printed out after templating the new repo.

@christian-byrne
Copy link
Contributor

christian-byrne commented Aug 19, 2025

@jtydhr88 It seems that when we added the react extension template option, we added the *.yml selector to the _copy_without_render_ list in the cookie cutter config: 5138dcd

Because *.yml is now listed, all YAML files are copied verbatim. Cookiecutter/Jinja never runs on them, so {% raw %}...{% endraw %} stays in the file literally.

Do we need jinja interpolations on the yaml files? If so, should we remove that from the config? If not, then we can just merge this PR.

@jtydhr88
Copy link
Contributor

good catch @christian-byrne I will take look at it, give you back soon

@luke-mino-altherr luke-mino-altherr merged commit 1f45351 into main Aug 19, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants