Skip to content

Commit c673d15

Browse files
ci: add missing permissions to reusable workflow
1 parent d320794 commit c673d15

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/reusable_release-npm.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ on:
1515
CAP_GH_RELEASE_TOKEN:
1616
required: true
1717

18+
permissions:
19+
id-token: write # Required for OIDC for trusted publishing
20+
contents: read
21+
1822
jobs:
1923
build:
2024
runs-on: 'ubuntu-22.04'

0 commit comments

Comments
 (0)