diff --git a/.github/workflows/publish-npm.yml b/.github/workflows/publish-npm.yml index 5e81639..cfe5ea8 100644 --- a/.github/workflows/publish-npm.yml +++ b/.github/workflows/publish-npm.yml @@ -1,4 +1,6 @@ name: Publish Package to npmjs +permissions: + contents: read on: release: types: [published]