Skip to content

Commit 53153e8

Browse files
committed
Fix permissions
1 parent 346dc5f commit 53153e8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/cibuildwheel.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,8 @@ jobs:
121121
needs: [check_wheels, test]
122122
runs-on: ubuntu-latest
123123
if: github.event_name == 'release'
124+
permissions:
125+
id-token: write
124126
steps:
125127
- uses: actions/download-artifact@v4
126128
with:

0 commit comments

Comments
 (0)