Skip to content

Commit 95cae07

Browse files
committed
Add permissions to pr-checks workflow
1 parent af56b04 commit 95cae07

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/pr-checks.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ jobs:
1313
name: Check JS
1414
runs-on: ubuntu-latest
1515
timeout-minutes: 45
16+
permissions:
17+
contents: read
18+
security-events: write
1619

1720
strategy:
1821
fail-fast: false

0 commit comments

Comments
 (0)