diff --git a/README.md b/README.md index 516d60c..bf7b2d5 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Set the permissions: ```yaml permissions: - # To publish Docker images on GHCR + # To publish Docker images on GHCR and on npm.pkg.github.com packages: write # To publish Python packages using OIDC id-token: write @@ -234,6 +234,8 @@ node: If the repository server is `npm.pkg.github.com` we will do a login using `GITHUB_TOKEN`. +To publish on `npm.pkg.github.com` you requires the permissions are `packages: write`. + By default the package will be published only on tag. ### HELM