Skip to content

Commit e72eb2c

Browse files
committed
Fix access token name.
1 parent 9e7d087 commit e72eb2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

{{cookiecutter.project_slug}}/.github/workflows/publish_node.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ jobs:
1515
- name: 📦 Publish Custom Node
1616
uses: Comfy-Org/publish-node-action@main
1717
with:
18-
personal_access_token: {% raw %}${{ secrets.COMFY_REGISTRY_TOKEN }}{% endraw %}
18+
personal_access_token: {% raw %}${{ secrets.REGISTRY_ACCESS_TOKEN }}{% endraw %}

0 commit comments

Comments
 (0)