-
-
Notifications
You must be signed in to change notification settings - Fork 30.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* ci: add GitHub token permissions (#92999) (cherry picked from commit b96e20c) * [3.10] ci: add GitHub token permissions (GH-92999). (cherry picked from commit b96e20c) Co-authored-by: Varun Sharma <varunsh@stepsecurity.io> Co-authored-by: Varun Sharma <varunsh@stepsecurity.io>
- Loading branch information
1 parent
de74587
commit 64ce2cb
Showing
3 changed files
with
9 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,6 +19,9 @@ on: | |
- 3.8 | ||
- 3.7 | ||
|
||
permissions: | ||
contents: read | ||
|
||
jobs: | ||
check_source: | ||
name: 'Check for source changes' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,6 +20,9 @@ on: | |
- 'Doc/**' | ||
- 'Misc/**' | ||
|
||
permissions: | ||
contents: read | ||
|
||
jobs: | ||
build_doc: | ||
name: 'Docs' | ||
|