Skip to content

Commit

Permalink
ci: add missing permission to release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
psychedelicious committed Mar 11, 2024
1 parent be951da commit 4688623
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ jobs:
environment:
name: testpypi
url: https://test.pypi.org/p/invokeai
permissions:
id-token: write
steps:
- name: download distribution from build job
uses: actions/download-artifact@v4
Expand Down Expand Up @@ -85,6 +87,8 @@ jobs:
environment:
name: pypi
url: https://pypi.org/p/invokeai
permissions:
id-token: write
steps:
- name: download distribution from build job
uses: actions/download-artifact@v4
Expand Down

0 comments on commit 4688623

Please sign in to comment.