diff --git a/.github/workflows/publish-npm.yml b/.github/workflows/publish-npm.yml index 9f19eb8..d8e5ad0 100644 --- a/.github/workflows/publish-npm.yml +++ b/.github/workflows/publish-npm.yml @@ -5,6 +5,11 @@ on: jobs: build: runs-on: ubuntu-latest + + permissions: + contents: read + id-token: write + steps: - uses: actions/checkout@v4 # Setup .npmrc file to publish to npm