Use a dedicated ComfyUI release token

This commit is contained in:
Victor Kuznetsov
2026-07-26 12:11:35 -07:00
parent 5ea160f4ce
commit 1d333fe855
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -141,7 +141,7 @@ jobs:
steps:
- name: Sync and publish the ComfyUI nodes
env:
GH_TOKEN: ${{ secrets.HOMEBREW_TAP_TOKEN }}
GH_TOKEN: ${{ secrets.COMFYUI_RELEASE_TOKEN }}
run: |
set -euo pipefail
repo=wiltodelta/ComfyUI-remove-ai-watermarks
+3 -3
View File
@@ -83,9 +83,9 @@ that repository's sync workflow with the exact library version and waits for it
to finish. The sync updates the dependency floor, runs compatibility tests,
bumps the node patch version, and publishes to the ComfyUI Registry only when
those tests pass. Its daily schedule remains as a recovery path if a release
dispatch is interrupted. The `HOMEBREW_TAP_TOKEN` repository secret is also the
cross-repository release token; it needs Actions read and write access to the
ComfyUI node repository.
dispatch is interrupted. The `COMFYUI_RELEASE_TOKEN` repository secret is a
fine-grained token limited to the ComfyUI node repository, with Actions read and
write access.
## Release verification