Skip to content

Commit a8b1f80

Browse files
committed
ci: grant read permissions for lint action
1 parent 348b35b commit a8b1f80

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
@@ -13,6 +13,9 @@ jobs:
1313
lint:
1414
name: "Lint"
1515
runs-on: ubuntu-latest
16+
permissions:
17+
pull-requests: read
18+
contents: read
1619
steps:
1720
- uses: actions/setup-go@v3
1821
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)