From d5827cdc785460ed9ee7a23d92373c62448252bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Brunner?= Date: Wed, 20 Nov 2024 15:56:43 +0100 Subject: [PATCH] Add permissions information in the README --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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