We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c973a6 commit 0c994a7Copy full SHA for 0c994a7
1 file changed
.github/workflows/release.yml
@@ -70,10 +70,8 @@ jobs:
70
71
# OIDC permissions for npm trusted publishing
72
permissions:
73
- contents: write # For pushing commits and tags
74
- issues: write # For semantic-release to comment on issues
75
- pull-requests: write # For semantic-release to comment on PRs
76
- id-token: write # Required for OIDC authentication with npm
+ id-token: write # Required for OIDC authentication with npm
+ contents: read
77
78
env:
79
GITHUB_TOKEN: ${{ secrets.MP_INTEGRATIONS_SEMANTIC_RELEASE_BOT }}
0 commit comments