Skip to content

Commit 943727a

Browse files
authored
Merge branch 'master' into dependabot/pip/examples/usecases/youtube_ocr/python-dotenv-1.2.1
2 parents ea3dd3f + 795cf6b commit 943727a

File tree

6 files changed

+1810
-861
lines changed

6 files changed

+1810
-861
lines changed

.github/workflows/documentation.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,13 @@ on:
66
workflow_dispatch:
77

88
permissions:
9-
contents: write
9+
contents: read
1010

1111
jobs:
1212
docs:
1313
runs-on: ubuntu-latest
14+
permissions:
15+
contents: write
1416

1517
steps:
1618
- name: Harden the runner (Audit all outbound calls)

.github/workflows/pre_commit.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ on:
1414
- "docs/**/*.rst"
1515
- "LICENSE"
1616

17+
permissions:
18+
contents: read
19+
1720
jobs:
1821
pre-commit:
1922
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)