diff --git a/.github/workflows/dispatch.yml b/.github/workflows/dispatch.yml index 029f172..f4602df 100644 --- a/.github/workflows/dispatch.yml +++ b/.github/workflows/dispatch.yml @@ -1,5 +1,8 @@ name: Dispatch +permissions: + contents: write + on: pull_request_target: types: [opened, synchronize, reopened]