Skip to content

Commit

Permalink
fix permissions loc
Browse files Browse the repository at this point in the history
  • Loading branch information
ctdunc committed Mar 25, 2024
1 parent 4d960e7 commit e2c935a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,9 @@ jobs:
runs-on: ubuntu-latest
if: "startsWith(github.ref, 'refs/tags/')"
needs: [linux, windows, macos, sdist]
permissions:
id-token: write
environment: release
steps:
- uses: actions/download-artifact@v3
with:
Expand All @@ -123,6 +126,3 @@ jobs:
with:
command: upload
args: --non-interactive --skip-existing *
permissions:
id-token: write
environment: release

0 comments on commit e2c935a

Please sign in to comment.