Skip to content

Commit 14bf7f6

Browse files
GHA: add explicit permissions to license-check and pin-check jobs
Agent-Logs-Url: https://github.com/livekit-examples/cpp-example-collection/sessions/bf6c5bcf-16e7-41e2-8c68-51a4ddddf58b Co-authored-by: stephen-derosa <40528896+stephen-derosa@users.noreply.github.com>
1 parent 264d58a commit 14bf7f6

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/builds.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,14 @@ jobs:
1717
license-check:
1818
name: License Check
1919
uses: ./.github/workflows/license_check.yml
20+
permissions:
21+
contents: read
2022

2123
pin-check:
2224
name: Pin Check
2325
uses: ./.github/workflows/pin_check.yml
26+
permissions:
27+
contents: read
2428

2529
build:
2630
strategy:

0 commit comments

Comments
 (0)