Skip to content

Commit c08da86

Browse files
committed
Use NPM Trusted Publishing
1 parent 9e31735 commit c08da86

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/publish.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,10 @@ jobs:
2121
with:
2222
job-name: "Publish to NPM"
2323
run-cmd: "hatch run javascript:publish_client"
24-
secrets:
25-
node-auth-token: ${{ secrets.NODE_AUTH_TOKEN }}
2624

2725
publish-event-to-object:
2826
if: startsWith(github.event.release.name, 'event-to-object ')
2927
uses: ./.github/workflows/.hatch-run.yml
3028
with:
3129
job-name: "Publish to NPM"
3230
run-cmd: "hatch run javascript:publish_event_to_object"
33-
secrets:
34-
node-auth-token: ${{ secrets.NODE_AUTH_TOKEN }}

0 commit comments

Comments
 (0)