Skip to content

Commit b41f8e9

Browse files
committed
Scope down GitHub token permissions for ci.yml
1 parent 0cb63df commit b41f8e9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ name: CI
22
on:
33
- push
44
- pull_request
5+
6+
permissions:
7+
contents: read
8+
59
jobs:
610
golangci:
711
name: lint

0 commit comments

Comments
 (0)