Skip to content

Commit

Permalink
chore: actions permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
toiroakr committed Jan 9, 2025
1 parent 15f7ddd commit 8905607
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/biome.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ on:
pull_request:
branches: ["main"]

permissions:
contents: read

jobs:
check:
runs-on: ubuntu-latest
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ on:
types:
- completed

permissions:
contents: read

jobs:
release:
name: Release
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ on:
pull_request:
branches: ["main"]

permissions:
contents: read
pull-requests: write

jobs:
test:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 8905607

Please sign in to comment.