Skip to content

Commit 5b76e82

Browse files
committed
ci(github): Define explicit permission
Signed-off-by: Vincent Boutour <bob@vibioh.fr>
1 parent ed0d435 commit 5b76e82

3 files changed

Lines changed: 33 additions & 3 deletions

File tree

.github/workflows/branch_clean.yaml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,17 @@
11
---
22
name: Git
33

4-
permissions: {}
4+
permissions:
5+
actions: none
6+
checks: none
7+
contents: read
8+
deployments: none
9+
issues: none
10+
packages: none
11+
pages: none
12+
pull-requests: none
13+
repository-projects: none
14+
security-events: none
515

616
on:
717
- pull_request

.github/workflows/build.yaml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,17 @@
11
---
22
name: Build
33

4-
permissions: {}
4+
permissions:
5+
actions: none
6+
checks: none
7+
contents: read
8+
deployments: none
9+
issues: none
10+
packages: none
11+
pages: none
12+
pull-requests: none
13+
repository-projects: none
14+
security-events: none
515

616
on:
717
push:

.github/workflows/herodote.yaml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,17 @@
11
---
22
name: Herodote
33

4-
permissions: {}
4+
permissions:
5+
actions: none
6+
checks: none
7+
contents: read
8+
deployments: none
9+
issues: none
10+
packages: none
11+
pages: none
12+
pull-requests: none
13+
repository-projects: none
14+
security-events: none
515

616
on:
717
push:

0 commit comments

Comments
 (0)