From 17133c57eb93ab19ceea00f543d0de8d70b58af8 Mon Sep 17 00:00:00 2001 From: huchenlei Date: Fri, 3 Jan 2025 15:23:15 -0500 Subject: [PATCH] Update secrets --- .github/workflows/update-frontend.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/update-frontend.yml b/.github/workflows/update-frontend.yml index a45825ba1..cdb2e37db 100644 --- a/.github/workflows/update-frontend.yml +++ b/.github/workflows/update-frontend.yml @@ -13,6 +13,7 @@ jobs: runs-on: ubuntu-latest permissions: contents: write + pull-requests: write steps: - name: Checkout ComfyUI @@ -45,7 +46,7 @@ jobs: - name: Create Pull Request uses: peter-evans/create-pull-request@v7 with: - token: ${{ secrets.GITHUB_TOKEN }} + token: ${{ secrets.PR_BOT_PAT }} commit-message: "Update frontend to v${{ github.event.inputs.version }}" title: "Frontend Update: v${{ github.event.inputs.version }}" body: |