Fix CI permissions (#193)
This commit is contained in:
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@@ -10,6 +10,12 @@ name: ci
|
||||
jobs:
|
||||
lint-unit:
|
||||
uses: sous-chefs/.github/.github/workflows/lint-unit.yml@2.0.2
|
||||
permissions:
|
||||
actions: write
|
||||
checks: write
|
||||
pull-requests: write
|
||||
statuses: write
|
||||
issues: write
|
||||
|
||||
integration:
|
||||
needs: "lint-unit"
|
||||
|
||||
Reference in New Issue
Block a user