Skip to content

Commit

Permalink
Fix permission
Browse files Browse the repository at this point in the history
  • Loading branch information
otiai10 committed Jun 2, 2023
1 parent 41c8970 commit 5ba0c7a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish-package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ on:
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
# permissions:
# contents: read
# packages: write
steps:
- uses: actions/checkout@v3
# Setup .npmrc file to publish to GitHub Packages
Expand Down

0 comments on commit 5ba0c7a

Please sign in to comment.