Skip to content

Commit 4688623

Browse files
ci: add missing permission to release workflow
1 parent be951da commit 4688623

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ jobs:
5858
environment:
5959
name: testpypi
6060
url: https://test.pypi.org/p/invokeai
61+
permissions:
62+
id-token: write
6163
steps:
6264
- name: download distribution from build job
6365
uses: actions/download-artifact@v4
@@ -85,6 +87,8 @@ jobs:
8587
environment:
8688
name: pypi
8789
url: https://pypi.org/p/invokeai
90+
permissions:
91+
id-token: write
8892
steps:
8993
- name: download distribution from build job
9094
uses: actions/download-artifact@v4

0 commit comments

Comments
 (0)