Skip to content

Commit

Permalink
Merge pull request #177 from rhoerr/chore/add-approved-deployers
Browse files Browse the repository at this point in the history
Add authorized mirror and release deployers
  • Loading branch information
sprankhub authored Oct 1, 2024
2 parents a21336e + 2b748ae commit 087d30f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-mageos-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
deploy:
uses: ./.github/workflows/deploy.yml
name: "generate & deploy"
if: contains('["vinai", "rhoerr", "mage-os-ci"]', github.actor)
if: contains('["vinai", "rhoerr", "fballiano", "mage-os-ci"]', github.actor)
with:
repo: ${{ inputs.repo }}
remote_dir: ${{ inputs.remote_dir }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-upstream-mirror.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
deploy:
uses: ./.github/workflows/deploy.yml
name: "generate & deploy"
if: contains('["vinai","mage-os-ci"]', github.actor)
if: contains('["vinai", "rhoerr", "fballiano", "mage-os-ci"]', github.actor)
with:
repo: ${{ inputs.repo }}
remote_dir: ${{ inputs.remote_dir }}
Expand Down

0 comments on commit 087d30f

Please sign in to comment.