Skip to content

Commit

Permalink
Add permission for actions (XRPLF#1119)
Browse files Browse the repository at this point in the history
  • Loading branch information
godexsoft authored Jan 16, 2024
1 parent 3eb36c0 commit 40eeb57
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/clang-tidy_on_fix_merged.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 40eeb57

Please sign in to comment.