Skip to content

Commit

Permalink
ci(github): Define explicit permission
Browse files Browse the repository at this point in the history
Signed-off-by: Vincent Boutour <bob@vibioh.fr>
  • Loading branch information
ViBiOh committed Jul 2, 2023
1 parent af88643 commit ac3f7de
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 3 deletions.
12 changes: 11 additions & 1 deletion .github/workflows/branch_clean.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,17 @@
---
name: Git

permissions: {}
permissions:
actions: none
checks: none
contents: read
deployments: none
issues: none
packages: none
pages: none
pull-requests: none
repository-projects: none
security-events: none

on:
- pull_request
Expand Down
12 changes: 11 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,17 @@
---
name: Build

permissions: {}
permissions:
actions: none
checks: none
contents: read
deployments: none
issues: none
packages: none
pages: none
pull-requests: none
repository-projects: none
security-events: none

on:
push:
Expand Down
12 changes: 11 additions & 1 deletion .github/workflows/herodote.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,17 @@
---
name: Herodote

permissions: {}
permissions:
actions: none
checks: none
contents: read
deployments: none
issues: none
packages: none
pages: none
pull-requests: none
repository-projects: none
security-events: none

on:
push:
Expand Down

0 comments on commit ac3f7de

Please sign in to comment.