Skip to content

Commit

Permalink
publish.yml: set explicit permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
ebenali committed Jan 16, 2024
1 parent 0f64a08 commit 2e2a069
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 @@ -9,6 +9,10 @@ on:
env:
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}

permissions:
contents: write
pull-requests: write

jobs:
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 2e2a069

Please sign in to comment.