Skip to content

Commit f150ecc

Browse files
authored
[workflows] Add top-level permissions for libcxx-build-and-test.yaml (llvm#73689)
This is the standard convention for our workflow files.
1 parent 4b2ba5a commit f150ecc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/libcxx-build-and-test.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ on:
2323
- 'cmake/**'
2424
- '.github/workflows/libcxx-build-and-test.yaml'
2525

26+
permissions:
27+
contents: read # Default everything to read-only
28+
2629
concurrency:
2730
group: ${{ github.workflow }}-${{ github.event.pull_request.number }}
2831
cancel-in-progress: true

0 commit comments

Comments
 (0)