Skip to content

Commit

Permalink
Fix update frontend (#5)
Browse files Browse the repository at this point in the history
* Give pull-requests write permission

* Update token
  • Loading branch information
huchenlei authored Jan 3, 2025
1 parent a654a97 commit 0d09ffc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/update-frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write

steps:
- name: Checkout ComfyUI
Expand Down Expand Up @@ -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: |
Expand Down

0 comments on commit 0d09ffc

Please sign in to comment.