Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit77a493f

Browse files
authored
Merge pull request#113 from ComfyNodePRs/update-publish-yaml
Update Github Action for Publishing to Comfy Registry
2 parents0aa2747 +2f6a649 commit77a493f

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

‎.github/workflows/publish.yml‎

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,19 @@ on:
77
paths:
88
-"pyproject.toml"
99

10+
permissions:
11+
issues:write
12+
1013
jobs:
1114
publish-node:
1215
name:Publish Custom Node to registry
1316
runs-on:ubuntu-latest
17+
if:${{ github.repository_owner == 'pydn' }}
1418
steps:
1519
-name:Check out code
1620
uses:actions/checkout@v4
1721
-name:Publish Custom Node
18-
uses:Comfy-Org/publish-node-action@main
22+
uses:Comfy-Org/publish-node-action@v1
1923
with:
2024
## Add your own personal access token to your Github Repository secrets and reference it here.
21-
personal_access_token:${{ secrets.REGISTRY_ACCESS_TOKEN }}
25+
personal_access_token:${{ secrets.REGISTRY_ACCESS_TOKEN }}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp