Skip to content

Commit c5ca151

Browse files
committed
limit permissions of GITHUB_TOKEN in CI workflow
Signed-off-by: Patrick J.P. Culp <[email protected]>
1 parent 2953a70 commit c5ca151

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ on:
1818
- 'design/**'
1919
branches: [develop]
2020

21+
permissions:
22+
contents: read
23+
2124
jobs:
2225

2326
build-binary:

0 commit comments

Comments
 (0)