Add permission for actions (#1119)

This commit is contained in:
Alex Kremer
2024-01-16 14:44:04 +00:00
committed by GitHub
parent 3eb36c049c
commit 40eeb57920

View File

@@ -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