Skip to content

Commit d36fab9

Browse files
chore: Configure Npm Trusted publishing
1 parent 91d988d commit d36fab9

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ on:
1010
permissions:
1111
id-token: write
1212
contents: write
13+
issues: write
14+
pull-requests: write
1315

1416
env:
1517
node_version: 22
@@ -49,9 +51,6 @@ jobs:
4951
path: dist
5052
- name: Semantic Release
5153
run: |
52-
npm whoami
5354
npx semantic-release
5455
env:
5556
GITHUB_TOKEN: ${{ secrets.PRIVATE_GITHUB_TOKEN }}
56-
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
57-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)