Skip to content

Commit 741e77f

Browse files
authored
release-python: grant oidc permissions (#94)
1 parent 8b1a6ce commit 741e77f

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
@@ -535,6 +535,8 @@ jobs:
535535
if: "success() && startsWith(github.ref, 'refs/tags/jiter-python-v')"
536536
runs-on: ubuntu-latest
537537
environment: release-python
538+
permissions:
539+
id-token: write
538540

539541
steps:
540542
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)