Skip to content

Commit 5a92fab

Browse files
committed
feat: add permissions for OIDC
1 parent 350a469 commit 5a92fab

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/publish-package-npm.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ on:
33
push:
44
tags:
55
- 'v[0-9]+.[0-9]+.[0-9]+'
6+
7+
permissions:
8+
id-token: write
9+
contents: read
10+
611
jobs:
712
build:
813
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)