Skip to content

Commit e7b2109

Browse files
committed
Update samples
1 parent ed7ea25 commit e7b2109

File tree

4 files changed

+12
-0
lines changed
  • samples
    • client/echo_api
      • python-disallowAdditionalPropertiesIfNotPresent/.github/workflows
      • python/.github/workflows
    • openapi3/client/petstore

4 files changed

+12
-0
lines changed

samples/client/echo_api/python-disallowAdditionalPropertiesIfNotPresent/.github/workflows/python.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ name: openapi_client Python package
77

88
on: [push, pull_request]
99

10+
permissions:
11+
contents: read
12+
1013
jobs:
1114
build:
1215

samples/client/echo_api/python/.github/workflows/python.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ name: openapi_client Python package
77

88
on: [push, pull_request]
99

10+
permissions:
11+
contents: read
12+
1013
jobs:
1114
build:
1215

samples/openapi3/client/petstore/python-aiohttp/.github/workflows/python.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ name: petstore_api Python package
77

88
on: [push, pull_request]
99

10+
permissions:
11+
contents: read
12+
1013
jobs:
1114
build:
1215

samples/openapi3/client/petstore/python/.github/workflows/python.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ name: petstore_api Python package
77

88
on: [push, pull_request]
99

10+
permissions:
11+
contents: read
12+
1013
jobs:
1114
build:
1215

0 commit comments

Comments
 (0)