Skip to content

Commit 169648a

Browse files
author
Ryan Sonshine
committed
ci(release): add required permissions
1 parent e4839ce commit 169648a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ on:
77
- main
88
jobs:
99
release:
10+
permissions:
11+
contents: write
12+
issues: write
13+
pull-requests: write
1014
uses: ryansonshine/ryansonshine/.github/workflows/release.yml@main
1115
secrets:
1216
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)