Skip to content

Commit

Permalink
Add package write perms
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-z committed Oct 12, 2024
1 parent 474e870 commit 3a445f1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ on:
jobs:
build-and-publish:
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
Expand Down

0 comments on commit 3a445f1

Please sign in to comment.