Skip to content

Commit

Permalink
fix(ci): handles permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
csantiago132 committed Oct 4, 2024
1 parent 78ef140 commit e7f44f6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ on:
branches:
- main

permissions:
contents: write
pages: write
pull-requests: write
id-token: write

jobs:
ci-lint:
uses: kurocado-studio/styleguide/.github/workflows/lint.yml@main
Expand Down

0 comments on commit e7f44f6

Please sign in to comment.