Skip to content

Commit 44e03cb

Browse files
committed
fix permission workflow
1 parent 31a5a80 commit 44e03cb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ on:
55
tags:
66
- 'v*'
77

8+
permissions:
9+
contents: write
10+
811
jobs:
912
build:
1013
runs-on: ubuntu-latest
@@ -26,3 +29,4 @@ jobs:
2629
files: ${{ env.PLUGIN_NAME }}.zip
2730
env:
2831
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
32+

0 commit comments

Comments
 (0)