We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dacdf1d commit a83204bCopy full SHA for a83204b
1 file changed
.github/workflows/ci.yml
@@ -9,6 +9,8 @@ on:
9
jobs:
10
test:
11
runs-on: ubuntu-latest
12
+ permissions:
13
+ contents: read
14
strategy:
15
matrix:
16
node-version: [20, 22]
0 commit comments