diff --git a/.github/workflows/flowzone.yml b/.github/workflows/flowzone.yml index 5c51f5d..04e23ae 100644 --- a/.github/workflows/flowzone.yml +++ b/.github/workflows/flowzone.yml @@ -23,3 +23,5 @@ jobs: (github.event.pull_request.head.repo.full_name == github.repository && github.event_name == 'pull_request') || (github.event.pull_request.head.repo.full_name != github.repository && github.event_name == 'pull_request_target') secrets: inherit + with: + restrict_custom_actions: false