Skip to content

Commit

Permalink
build: add missing permissions for a github release
Browse files Browse the repository at this point in the history
  • Loading branch information
anonrig committed Jul 17, 2023
1 parent fa8952f commit bb15d8c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release-to-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,8 @@ jobs:
runs-on: ubuntu-latest
permissions:
id-token: write
contents: write
discussions: write
needs:
- build
steps:
Expand Down

0 comments on commit bb15d8c

Please sign in to comment.