Skip to content

Commit 68df7be

Browse files
refactor: GitHub Actions setting permissions (#224)
1 parent 29d87fb commit 68df7be

File tree

4 files changed

+12
-0
lines changed

4 files changed

+12
-0
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ name: Continuous Integration (CI)
22

33
on: pull_request
44

5+
permissions:
6+
contents: read
7+
58
jobs:
69
formatting:
710
name: Formatting

.github/workflows/conventional-commits.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ name: Conventional Commits
22

33
on: pull_request
44

5+
permissions:
6+
contents: read
7+
58
jobs:
69
linting:
710
name: Linting

.github/workflows/git-history.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ name: Git History
22

33
on: pull_request
44

5+
permissions:
6+
contents: read
7+
58
jobs:
69
clean:
710
name: Clean

.github/workflows/github-actions-workflows.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ name: GitHub Actions Workflows
22

33
on: pull_request
44

5+
permissions:
6+
contents: read
7+
58
jobs:
69
linting:
710
name: Linting

0 commit comments

Comments
 (0)