Skip to content

Commit 085b58b

Browse files
authored
Merge pull request #73 from Comfy-Org/update-workflow
Update workflow
2 parents 74854d6 + 2a03c67 commit 085b58b

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ on:
1010
jobs:
1111
publish:
1212
runs-on: ubuntu-latest
13+
permissions:
14+
contents: write
15+
id-token: write
1316
if: |
1417
github.event_name == 'workflow_dispatch' ||
1518
(github.event.pull_request.merged == true && github.event.pull_request.base.ref == 'main') ||

0 commit comments

Comments
 (0)