Bläddra i källkod
Merge pull request #215 from 9seconds/9seconds-patch-1
Update Actions permissions
tags/v2.1.2^2
Sergey Arkhipov
4 år sedan
förälder
incheckning
3e105f2beb
Inget konto är kopplat till bidragsgivarens mejladress
|
|
@@ -2,6 +2,18 @@
|
|
2
|
2
|
|
|
3
|
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
|
17
|
on:
|
|
6
|
18
|
push:
|
|
7
|
19
|
tags:
|