Skip to content

Commit b4626ad

Browse files
authored
chore: add rhoerr as an authorized deployer (#167)
1 parent 0bc4fee commit b4626ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-mageos-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
deploy:
4040
uses: ./.github/workflows/deploy.yml
4141
name: "generate & deploy"
42-
if: contains('["vinai","mage-os-ci"]', github.actor)
42+
if: contains('["vinai", "rhoerr", "mage-os-ci"]', github.actor)
4343
with:
4444
repo: ${{ inputs.repo }}
4545
remote_dir: ${{ inputs.remote_dir }}

0 commit comments

Comments
 (0)