We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af56b04 commit 95cae07Copy full SHA for 95cae07
1 file changed
.github/workflows/pr-checks.yml
@@ -13,6 +13,9 @@ jobs:
13
name: Check JS
14
runs-on: ubuntu-latest
15
timeout-minutes: 45
16
+ permissions:
17
+ contents: read
18
+ security-events: write
19
20
strategy:
21
fail-fast: false
0 commit comments