File tree Expand file tree Collapse file tree 3 files changed +9
-1
lines changed
Expand file tree Collapse file tree 3 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ " @noxify/gitlab-ci-builder " : patch
3+ ---
4+
5+ npm trusted publish
Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ permissions:
2222 pull-requests : read
2323 checks : write
2424 statuses : write
25+ id-token : write # Required for OIDC
2526
2627# You can leverage Vercel Remote Caching with Turbo to speed up your builds
2728# @link https://turborepo.org/docs/core-concepts/remote-caching#remote-caching-on-vercel-builds
Original file line number Diff line number Diff line change 88
99concurrency : ${{ github.workflow }}-${{ github.ref }}
1010
11+ permissions :
12+ contents : read
13+ id-token : write # Required for OIDC
1114jobs :
1215 release :
1316 name : Release
3134 publish : pnpm ci:publish
3235 env :
3336 GITHUB_TOKEN : ${{ secrets.CHANGESETS_TOKEN }}
34- NPM_TOKEN : ${{ secrets.NPM_TOKEN }}
You can’t perform that action at this time.
0 commit comments