Skip to content

Commit 2e25aa6

Browse files
committed
Add permissions to enable OIDC authentication
1 parent fc53d1f commit 2e25aa6

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/PublishNpm.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ on:
66
- "pluggable-widgets-tools-v*"
77
- "generator-widget-v*"
88

9+
permissions:
10+
id-token: write # Required for OIDC
11+
contents: read
12+
913
jobs:
1014
discover:
1115
name: Discover packages to publish

0 commit comments

Comments
 (0)