We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 772de55 + e932c9e commit 6bf7bdeCopy full SHA for 6bf7bde
.github/workflows/publish.yml
@@ -7,17 +7,19 @@ on:
7
paths:
8
- "pyproject.toml"
9
10
+permissions:
11
+ issues: write
12
+
13
jobs:
14
publish-node:
15
name: Publish Custom Node to registry
16
runs-on: ubuntu-latest
- # if this is a forked repository. Skipping the workflow.
- if: github.event.repository.fork == false
17
+ if: ${{ github.repository_owner == 'GiusTex' }}
18
steps:
19
- name: Check out code
20
uses: actions/checkout@v4
21
- name: Publish Custom Node
- uses: Comfy-Org/publish-node-action@main
22
+ uses: Comfy-Org/publish-node-action@v1
23
with:
24
## Add your own personal access token to your Github Repository secrets and reference it here.
25
personal_access_token: ${{ secrets.REGISTRY_ACCESS_TOKEN }}
0 commit comments