Skip to content

Commit

Permalink
ci: reducing line count for removing permissions
Browse files Browse the repository at this point in the history
Signed-off-by: Vincent Boutour <[email protected]>
  • Loading branch information
ViBiOh committed Jul 2, 2022
1 parent 5728eee commit ec850b4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 33 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/branch_clean.yaml
Original file line number Diff line number Diff line change
@@ -1,17 +1,7 @@
---
name: Git

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

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

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

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

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

on:
push:
Expand Down

0 comments on commit ec850b4

Please sign in to comment.