Skip to content

Commit 033e67a

Browse files
refactor: GitHub Actions setting permissions (#113)
1 parent 3306a2c commit 033e67a

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

.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)