Skip to content

Commit bbc62f2

Browse files
authored
chore: set up trusted publisher
1 parent 9a69f3a commit bbc62f2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/publish.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@ on:
88
- beta
99
- next
1010

11+
permissions:
12+
contents: write # to be able to publish a GitHub release
13+
id-token: write # to enable use of OIDC for npm provenance, Trusted Publisher
14+
issues: write # to be able to comment on released issues
15+
pull-requests: write # to be able to comment on released pull requests
16+
1117
jobs:
1218
test:
1319
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)