File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed
Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -253,13 +253,20 @@ jobs:
253253 runs-on : ubuntu-latest
254254 needs :
255255 - create-release-branch
256+
257+ # OIDC permissions for npm trusted publishing
258+ permissions :
259+ contents : write
260+ issues : write
261+ pull-requests : write
262+ id-token : write
263+
256264 env :
257265 GITHUB_TOKEN : ${{ secrets.MP_SEMANTIC_RELEASE_BOT }}
258266 GIT_AUTHOR_NAME : mparticle-automation
259267 GIT_AUTHOR_EMAIL :
[email protected] 260268 GIT_COMMITTER_NAME : mparticle-automation
261269 GIT_COMMITTER_EMAIL :
[email protected] 262- NPM_TOKEN : ${{ secrets.NPM_TOKEN }}
263270
264271 steps :
265272 - name : Checkout staging branch
@@ -284,6 +291,7 @@ jobs:
284291 uses : actions/setup-node@v3
285292 with :
286293 node-version : 24.x
294+ registry-url : ' https://registry.npmjs.org'
287295
288296 - name : Install dependencies
289297 run : npm ci
You can’t perform that action at this time.
0 commit comments