mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-20 06:20:11 +00:00
fix: run CI container as root for /ComfyUI/user write access
This commit is contained in:
2
.github/workflows/ci-tests-e2e.yaml
vendored
2
.github/workflows/ci-tests-e2e.yaml
vendored
@@ -57,6 +57,7 @@ jobs:
|
||||
credentials:
|
||||
username: ${{ github.actor }}
|
||||
password: ${{ secrets.GITHUB_TOKEN }}
|
||||
options: --user root
|
||||
permissions:
|
||||
contents: read
|
||||
packages: read
|
||||
@@ -105,6 +106,7 @@ jobs:
|
||||
credentials:
|
||||
username: ${{ github.actor }}
|
||||
password: ${{ secrets.GITHUB_TOKEN }}
|
||||
options: --user root
|
||||
permissions:
|
||||
contents: read
|
||||
packages: read
|
||||
|
||||
Reference in New Issue
Block a user