Skip to content

Commit 0a8c407

Browse files
committed
fix: add contents write permission for creating GitHub releases
1 parent 2d66eca commit 0a8c407

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build-plugin.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ on:
44
push:
55
tags: ["plugin-*-v*"]
66

7+
permissions:
8+
contents: write
9+
710
env:
811
XCODE_PROJECT: TablePro.xcodeproj
912

0 commit comments

Comments
 (0)