Skip to content

Commit 2468fcf

Browse files
ci(npm): Prepare for release via trusted publishers (#32)
1 parent 68848ff commit 2468fcf

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/continuous-deployment.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66

77
permissions:
88
contents: read
9+
id-token: write
910

1011
jobs:
1112
checks:
@@ -53,5 +54,3 @@ jobs:
5354

5455
- name: Publish to npm
5556
run: npm publish --access public
56-
env:
57-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)