Skip to content

Commit 3d53d3a

Browse files
committed
chore: Enable trusted npm publishing
1 parent 2a2d4b2 commit 3d53d3a

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ on:
1111
- LICENSE
1212
pull_request:
1313

14+
permissions:
15+
contents: write
16+
id-token: write
17+
1418
jobs:
1519
test-or-release:
1620
runs-on: ubuntu-latest
@@ -35,5 +39,6 @@ jobs:
3539
if: ${{ github.ref_name == 'master' }}
3640
with:
3741
no-archives: true
42+
no-npm-auth: true
3843
env:
3944
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)