Skip to content

Commit dff4f7e

Browse files
Remove npm token and provenance switch
The token is not needed anymore with the trusted publisher setup. The provenance switch is not needed anymore, as it is automatically enabled for trusted publishers.
1 parent 99d01dd commit dff4f7e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/release-shared.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,4 @@ jobs:
6060
--notes-file release_notes.md
6161
6262
- name: Publish to npm
63-
env:
64-
NODE_AUTH_TOKEN: ${{ secrets.WAYLAND_NPM_TOKEN }}
65-
run: npm publish --provenance
63+
run: npm publish

0 commit comments

Comments
 (0)