Skip to content

Commit

Permalink
[CI] Set minimal permission on libcxx-check-generated-file workflow (#…
Browse files Browse the repository at this point in the history
…69737)

Relates to #69736

Signed-off-by: Diogo Teles Sant'Anna <diogoteles@google.com>
  • Loading branch information
diogoteles08 authored Oct 21, 2023
1 parent e9fa1fd commit 7c0a589
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/libcxx-check-generated-files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
paths:
- 'libcxx/**'

permissions:
contents: read

jobs:
check_generated_files:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 7c0a589

Please sign in to comment.