Skip to content

Commit

Permalink
Set permissions on all GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
sankichi92 committed Dec 23, 2024
1 parent cc3e0ec commit d3343e2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ on:
branches:
- main

permissions:
contents: read

jobs:
lint:
runs-on: ubuntu-latest
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
branches:
- main

permissions:
contents: read

jobs:
build-app:
runs-on: ubuntu-latest
Expand Down

0 comments on commit d3343e2

Please sign in to comment.