Skip to content

Commit

Permalink
Update npm-publish-github-packages.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ladeirarodolfo authored Dec 4, 2023
1 parent eb8d2d5 commit 2935fe3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/npm-publish-github-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
# For more information see: https://docs.github.com/en/actions/publishing-packages/publishing-nodejs-packages

name: Node.js Package
permissions:
contents: read|write
on:
push:
branches:
Expand All @@ -15,7 +13,7 @@ jobs:
publish-gpr:
runs-on: ubuntu-latest
permissions:
contents: read
contents: read|write
packages: write
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 2935fe3

Please sign in to comment.