Skip to content

Commit 6ab56a8

Browse files
committed
1 parent 6b5dcd7 commit 6ab56a8

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/library.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ jobs:
3232
if: github.ref == 'refs/heads/main'
3333
runs-on: ubuntu-latest
3434
permissions:
35+
contents: write # to be able to publish a GitHub release
36+
issues: write # to be able to comment on released issues
37+
pull-requests: write # to be able to comment on released pull requests
3538
id-token: write # to enable use of OIDC for trusted publishing and npm provenance
3639
steps:
3740
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)