Skip to content

Commit 23c040f

Browse files
authored
permissions
1 parent 683cd4d commit 23c040f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,8 @@ jobs:
107107
name: Release
108108
environment: PyPI
109109
runs-on: ubuntu-latest
110+
permissions:
111+
id-token: write
110112
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
111113
needs: [lint, test]
112114
steps:

0 commit comments

Comments
 (0)