Skip to content

Commit 18bb832

Browse files
committed
add npm OIDC trusted publishing support
1 parent fe131ed commit 18bb832

File tree

4 files changed

+1489
-2937
lines changed

4 files changed

+1489
-2937
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,10 @@ jobs:
7070

7171
# OIDC permissions for npm trusted publishing
7272
permissions:
73-
id-token: write # Required for OIDC authentication with npm
74-
contents: read
73+
contents: write
74+
issues: write
75+
pull-requests: write
76+
id-token: write # Required for OIDC authentication with npm
7577

7678
env:
7779
GITHUB_TOKEN: ${{ secrets.MP_INTEGRATIONS_SEMANTIC_RELEASE_BOT }}

0 commit comments

Comments
 (0)