Skip to content

Commit 1b9e227

Browse files
🩹 [Patch]: Update permissions to allow creating releases in Publish-Module workflow
1 parent d603384 commit 1b9e227

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎.github/workflows/Publish-Module.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313
required: true
1414

1515
permissions:
16-
contents: read # to checkout the repo
16+
contents: write # to checkout the repo and create releases
1717
pull-requests: write # to comment on PRs
1818

1919
jobs:

0 commit comments

Comments
 (0)