We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bfb0bc commit 7ce856fCopy full SHA for 7ce856f
1 file changed
.github/workflows/ci.yml
@@ -10,6 +10,10 @@ on:
10
branches:
11
- master
12
13
+permissions:
14
+ contents: read
15
+ pull-requests: write
16
+
17
concurrency:
18
group: ci-${{ github.ref }}
19
cancel-in-progress: true
0 commit comments