mirror of
https://github.com/XRPLF/clio.git
synced 2025-11-29 16:15:50 +00:00
Add permission for actions (#1119)
This commit is contained in:
@@ -8,6 +8,10 @@ jobs:
|
||||
on_fix_merge:
|
||||
if: ${{ github.event.pull_request.merged == true && contains(github.event.pull_request.title, '[CI] clang-tidy auto fixes') }}
|
||||
runs-on: ubuntu-20.04
|
||||
|
||||
permissions:
|
||||
actions: write
|
||||
|
||||
steps:
|
||||
- name: Run clang-tidy workflow
|
||||
shell: bash
|
||||
|
||||
Reference in New Issue
Block a user