Skip to content

Commit 66b7973

Browse files
authored
Update workflow to include permissions
Add permissions for id-token and contents in workflow
1 parent bc781fd commit 66b7973

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/publish-to-npm-alpha.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ on:
44
push:
55
branches: ["master"]
66

7+
permissions:
8+
id-token: write
9+
contents: read
10+
711
jobs:
812
publish-to-npm:
913
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)