mirror of
https://git.datalinker.icu/comfyanonymous/ComfyUI
synced 2026-09-12 06:27:04 +08:00
Update secrets
This commit is contained in:
parent
b87de56162
commit
17133c57eb
3
.github/workflows/update-frontend.yml
vendored
3
.github/workflows/update-frontend.yml
vendored
@ -13,6 +13,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
permissions:
|
permissions:
|
||||||
contents: write
|
contents: write
|
||||||
|
pull-requests: write
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout ComfyUI
|
- name: Checkout ComfyUI
|
||||||
@ -45,7 +46,7 @@ jobs:
|
|||||||
- name: Create Pull Request
|
- name: Create Pull Request
|
||||||
uses: peter-evans/create-pull-request@v7
|
uses: peter-evans/create-pull-request@v7
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.PR_BOT_PAT }}
|
||||||
commit-message: "Update frontend to v${{ github.event.inputs.version }}"
|
commit-message: "Update frontend to v${{ github.event.inputs.version }}"
|
||||||
title: "Frontend Update: v${{ github.event.inputs.version }}"
|
title: "Frontend Update: v${{ github.event.inputs.version }}"
|
||||||
body: |
|
body: |
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user