Skip to content

Commit

Permalink
chore: Set top-level permissions to read-all
Browse files Browse the repository at this point in the history
  • Loading branch information
jongwooo committed May 22, 2024
1 parent d65c156 commit 13180db
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/check-commit-messages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: Check commit messages

on: pull_request

permissions: read-all

jobs:
check-commit-messages:
runs-on: ubuntu-latest
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: Lint Code Base

on: pull_request

permissions: read-all

jobs:
run-lint:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 13180db

Please sign in to comment.