Skip to content

Commit 04cd625

Browse files
committed
ci: Release workflow was switched to trusted publishing
1 parent 0294030 commit 04cd625

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ on:
3131

3232
permissions:
3333
contents: write
34+
id-token: write
3435

3536
concurrency:
3637
group: release-${{ github.ref }}
@@ -111,6 +112,5 @@ jobs:
111112

112113
- name: Publish to npm
113114
env:
114-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
115115
NPM_TAG: ${{ inputs.npm_tag }}
116116
run: npm publish --access public --tag "$NPM_TAG"

0 commit comments

Comments
 (0)