1 parent 6f3a89d commit 6ad689fCopy full SHA for 6ad689f
1 file changed
.github/workflows/test.yml
@@ -10,6 +10,9 @@ on:
10
types: [opened, synchronize, reopened]
11
workflow_dispatch:
12
13
+permissions:
14
+ contents: read
15
+
16
concurrency:
17
group: test-${{ github.ref }}
18
cancel-in-progress: true
0 commit comments