Skip to content

Commit

Permalink
Add permissions information in the README
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Nov 20, 2024
1 parent 972124a commit d5827cd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit d5827cd

Please sign in to comment.