Skip to content

Commit 874e4ea

Browse files
authored
Merge pull request #787 from jpculp/restrict-actions
limit permissions of GITHUB_TOKEN in CI workflow
2 parents 2953a70 + c5ca151 commit 874e4ea

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)