Skip to content

Commit b5ecb55

Browse files
committed
feat: add id-token permission for OIDC PyPI publishing
1 parent ed64c40 commit b5ecb55

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/regenerate-client.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ on:
1818
jobs:
1919
regenerate:
2020
runs-on: ubuntu-latest
21+
permissions:
22+
contents: write
23+
id-token: write
2124
steps:
2225
- uses: actions/checkout@v4
2326

0 commit comments

Comments
 (0)