Skip to content

Commit 8250af4

Browse files
authored
Minimize GitHub Workflows permissions (brianc#2798)
Signed-off-by: sashashura <[email protected]>
1 parent ad6c4a4 commit 8250af4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

+3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ name: CI
22

33
on: [push, pull_request]
44

5+
permissions:
6+
contents: read
7+
58
jobs:
69
build:
710
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)