Skip to content

Commit 087d30f

Browse files
authored
Merge pull request #177 from rhoerr/chore/add-approved-deployers
Add authorized mirror and release deployers
2 parents a21336e + 2b748ae commit 087d30f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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", "rhoerr", "mage-os-ci"]', github.actor)
42+
if: contains('["vinai", "rhoerr", "fballiano", "mage-os-ci"]', github.actor)
4343
with:
4444
repo: ${{ inputs.repo }}
4545
remote_dir: ${{ inputs.remote_dir }}

.github/workflows/build-upstream-mirror.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
deploy:
2828
uses: ./.github/workflows/deploy.yml
2929
name: "generate & deploy"
30-
if: contains('["vinai","mage-os-ci"]', github.actor)
30+
if: contains('["vinai", "rhoerr", "fballiano", "mage-os-ci"]', github.actor)
3131
with:
3232
repo: ${{ inputs.repo }}
3333
remote_dir: ${{ inputs.remote_dir }}

0 commit comments

Comments
 (0)