Skip to content
This repository was archived by the owner on Aug 17, 2025. It is now read-only.

Commit 0bb52a2

Browse files
authored
Fix linter permissions
Signed-off-by: Ryan Luu <ryan.luu@ryanluu.dev>
1 parent cf3d94f commit 0bb52a2

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/super-linter.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,16 @@ on:
66
pull_request:
77
branches: [ "main" ]
88

9+
permissions: {}
10+
911
jobs:
1012
run-lint:
1113
runs-on: ubuntu-latest
14+
permissions:
15+
contents: read
16+
packages: read
17+
# To report GitHub Actions status checks
18+
statuses: write
1219
steps:
1320
- name: Checkout code
1421
uses: actions/checkout@v4

0 commit comments

Comments
 (0)