Skip to content

Commit

Permalink
ci: update GH permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
oscb committed Feb 5, 2024
1 parent 6ddd3f5 commit 3e72399
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ jobs:
name: Publish to npm
environment: Publish
runs-on: ubuntu-latest
permissions:
contents: write # to be able to publish a GitHub release
issues: write # to be able to comment on released issues
pull-requests: write # to be able to comment on released pull requests
steps:
- uses: actions/checkout@v2
with:
Expand Down

0 comments on commit 3e72399

Please sign in to comment.