diff --git a/.github/workflows/build-mageos-release.yml b/.github/workflows/build-mageos-release.yml index bab3e2d..a6a988d 100644 --- a/.github/workflows/build-mageos-release.yml +++ b/.github/workflows/build-mageos-release.yml @@ -39,7 +39,7 @@ jobs: deploy: uses: ./.github/workflows/deploy.yml name: "generate & deploy" - if: contains('["vinai","mage-os-ci"]', github.actor) + if: contains('["vinai", "rhoerr", "mage-os-ci"]', github.actor) with: repo: ${{ inputs.repo }} remote_dir: ${{ inputs.remote_dir }}