Skip to content

Commit

Permalink
chore: add rhoerr as an authorized deployer (#167)
Browse files Browse the repository at this point in the history
  • Loading branch information
rhoerr authored Jul 17, 2024
1 parent 0bc4fee commit b4626ad
Showing 1 changed file with 1 addition and 1 deletion.
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","mage-os-ci"]', github.actor)
if: contains('["vinai", "rhoerr", "mage-os-ci"]', github.actor)
with:
repo: ${{ inputs.repo }}
remote_dir: ${{ inputs.remote_dir }}
Expand Down

0 comments on commit b4626ad

Please sign in to comment.