Skip to content

Commit 5664dd5

Browse files
ci: publish packages with OIDC trust (#7616)
Replaces npm access tokens during publishing with OIDC trust: https://docs.npmjs.com/trusted-publishers
1 parent 7d5ab91 commit 5664dd5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@ jobs:
9292
--create-release github
9393
env:
9494
GH_TOKEN: ${{ secrets.ACCESS_TOKEN }}
95-
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
9695
NPM_CONFIG_PROVENANCE: true
9796

9897
- name: build
@@ -102,7 +101,6 @@ jobs:
102101
run: ${GITHUB_WORKSPACE}/node_modules/.bin/lerna publish from-git
103102
env:
104103
GH_TOKEN: ${{ secrets.ACCESS_TOKEN }}
105-
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
106104
NPM_CONFIG_PROVENANCE: true
107105

108106
### Semantic Release Bot comments for issues and PRs ###

0 commit comments

Comments
 (0)