Skip to content

Commit

Permalink
Add authorized mirror and release deployers
Browse files Browse the repository at this point in the history
  • Loading branch information
rhoerr committed Oct 1, 2024
1 parent a21336e commit 2b748ae
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 2b748ae

Please sign in to comment.