Skip to content

Commit

Permalink
ci(action): fix permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
vvatelot committed Dec 8, 2023
1 parent df184cc commit f41def1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pr_validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ on:

permissions:
pull-requests: read

contents: write

jobs:
pr-lint:
name: Validate PR title
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/quality_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
pull_request:
types: [opened, edited, synchronize, reopened]

permissions:
contents: write

jobs:
validate-polylith:
runs-on: ubuntu-latest
Expand Down

0 comments on commit f41def1

Please sign in to comment.