Fix permissions issue for clang-tidy (#1023)

Fixes issue creation for clang-tidy nightly checks for #884
This commit is contained in:
Sergey Kuznetsov
2023-12-11 11:53:22 +00:00
committed by GitHub
parent a34e107b86
commit acf359d631
2 changed files with 3 additions and 5 deletions

View File

@@ -7,7 +7,8 @@ on:
branches: [develop]
paths:
- .clang_tidy
- '.github/**'
- '.github/**clang_tidy**'
- '.github/**clang-tidy**'
jobs:
clang_tidy:
@@ -17,6 +18,7 @@ jobs:
options: --user root
permissions:
contents: write
issues: write
pull-requests: write
steps: