mirror of
https://github.com/XRPLF/clio.git
synced 2025-11-30 16:45:51 +00:00
Fix permissions issue for clang-tidy (#1023)
Fixes issue creation for clang-tidy nightly checks for #884
This commit is contained in:
4
.github/workflows/clang-tidy.yml
vendored
4
.github/workflows/clang-tidy.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user