Skip to content

Commit 9bf2a50

Browse files
committed
Add required permissions to plugin release workflow
1 parent 705f8ed commit 9bf2a50

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,7 @@ on:
77

88
jobs:
99
publish-release:
10+
permissions:
11+
contents: "write"
1012
name: "Publish release"
1113
uses: "glpi-project/plugin-release-workflows/.github/workflows/publish-release.yml@v1"

0 commit comments

Comments
 (0)