We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa5cb70 commit 4bb2d22Copy full SHA for 4bb2d22
.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