Skip to content

Commit fc2768c

Browse files
committed
Add permissions(id-token: write)
1 parent aa5fa3a commit fc2768c

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/pypi-publish.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,14 @@ on:
1414

1515
permissions:
1616
contents: read
17+
id-token: write
1718

1819
jobs:
1920
deploy:
2021
runs-on: ubuntu-latest
22+
permissions:
23+
contents: read
24+
id-token: write
2125

2226
steps:
2327
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)