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