Browse Source

Update permissions in files

tags/v2.1.2^2
Sergey Arkhipov 4 years ago
parent
commit
894c68019e
1 changed files with 12 additions and 0 deletions
  1. 12
    0
      .github/workflows/ci.yaml

+ 12
- 0
.github/workflows/ci.yaml View File

2
 
2
 
3
 name: CI
3
 name: CI
4
 
4
 
5
+permissions:
6
+  actions: read
7
+  checks: read
8
+  contents: read
9
+  deployments: read
10
+  issues: read
11
+  discussions: read
12
+  pull-requests: read
13
+  repository-projects: read
14
+  security-events: read
15
+  statuses: read
16
+
5
 on:
17
 on:
6
   push:
18
   push:
7
     tags:
19
     tags:

Loading…
Cancel
Save