Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
ci: add GitHub token permissions (#92999)
(cherry picked from commit b96e20c)
  • Loading branch information
varunsh-coder authored and ezio-melotti committed Oct 10, 2022
commit c7e38eac24010c8b889fac571bf9bca739845ef6
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ on:
- 3.8
- 3.7

permissions:
contents: read

jobs:
check_source:
name: 'Check for source changes'
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/build_msi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ on:
paths:
- 'Tools/msi/**'

permissions:
contents: read

jobs:
build_win32:
name: 'Windows (x86) Installer'
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ on:
- 'Doc/**'
- 'Misc/**'

permissions:
contents: read

jobs:
build_doc:
name: 'Docs'
Expand Down