Skip to content

Commit 0418329

Browse files
Add contents:write permission for release workflow
1 parent 9ae9a40 commit 0418329

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ on:
77
pull_request:
88
branches: [ "main" ]
99

10+
permissions:
11+
contents: write
12+
1013
env:
1114
PYTHONIOENCODING: utf-8
1215
PYTHONUTF8: 1

0 commit comments

Comments
 (0)