diff --git a/.github/workflows/manual_release.yml b/.github/workflows/manual_release.yml index 5a4d1c1f0..b302447ad 100644 --- a/.github/workflows/manual_release.yml +++ b/.github/workflows/manual_release.yml @@ -38,7 +38,7 @@ jobs: name: Maven release # Permission check https://github.community/t/who-has-permission-to-workflow-dispatch/133981 - if: contains('["rombow","czenczl"]', github.actor) + if: contains('["rombow","czenczl","petrenyi-mark","speter555","bucherarnold"]', github.actor) runs-on: ubuntu-latest