Skip to content

Commit ed7ea25

Browse files
committed
Explicitly define github workflow permissions (python)
1 parent 2fb26c3 commit ed7ea25

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

modules/openapi-generator/src/main/resources/python/github-workflow.mustache

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ name: {{packageName}} Python package
88

99
on: [push, pull_request]
1010

11+
permissions:
12+
contents: read
13+
1114
jobs:
1215
build:
1316

0 commit comments

Comments
 (0)