From 2a03c67d9c1589d3b85032c7b6d75e0b92fa7f69 Mon Sep 17 00:00:00 2001 From: ComfyUI Wiki Date: Sun, 8 Feb 2026 00:20:57 +0800 Subject: [PATCH] Update workflow --- .github/workflows/publish.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 5fc6cdf7..11b0f2c3 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -10,6 +10,9 @@ on: jobs: publish: runs-on: ubuntu-latest + permissions: + contents: write + id-token: write if: | github.event_name == 'workflow_dispatch' || (github.event.pull_request.merged == true && github.event.pull_request.base.ref == 'main') ||