We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e76a72 commit 2b5c083Copy full SHA for 2b5c083
.github/workflows/ci.yml
@@ -4,6 +4,9 @@ on:
4
branches: master
5
pull_request:
6
7
+permissions:
8
+ contents: read # to fetch code (actions/checkout)
9
+
10
jobs:
11
test:
12
strategy:
0 commit comments