Skip to content

Commit 7a2a130

Browse files
committed
Add write permission to workflow
1 parent 8e1bcae commit 7a2a130

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on:
55
tags: [v*]
66
pull_request:
77
branches: [main]
8+
permissions:
9+
contents: write
810
jobs:
911
build:
1012
name: Build

0 commit comments

Comments
 (0)