Skip to content

Commit 8996040

Browse files
committed
chore(release): add contents write permission to build workflow
1 parent fb96e54 commit 8996040

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/release-please.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,12 @@ jobs:
2828
runs-on: ubuntu-latest
2929
needs: release-please
3030
if: ${{ needs.release-please.outputs.releases_created == 'true' && needs.release-please.outputs.tag_name != '' }}
31+
32+
environment: pypi
33+
permissions:
34+
id-token: write
35+
contents: write
36+
3137
strategy:
3238
fail-fast: false
3339
matrix:

0 commit comments

Comments
 (0)