Skip to content

Commit 37e0689

Browse files
authored
ci(release): set job permissions
Signed-off-by: Frazer Smith <frazer.dev@icloud.com>
1 parent bca7d47 commit 37e0689

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release.yml

+4
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ on:
1313
jobs:
1414
release:
1515
runs-on: ubuntu-latest
16+
permissions:
17+
contents: write
18+
issues: write
19+
pull-requests: write
1620
steps:
1721
- name: Use Node.js
1822
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)