Skip to content

Commit

Permalink
chore: update recipient of alert emails from aperture to infinity
Browse files Browse the repository at this point in the history
[APER-2679]

Update recipient of email alerts stemming from CI/maintenance issues from Aperture to Infinity.
  • Loading branch information
justinhynes committed Jul 19, 2023
1 parent 50bf78c commit b0ef731
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/upgrade-python-requirements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
username: ${{secrets.EDX_SMTP_USERNAME}}
password: ${{secrets.EDX_SMTP_PASSWORD}}
subject: Upgrade python requirements workflow failed in ${{github.repository}}
to: aperture@2u-internal.opsgenie.net
to: infinity@2u-internal.opsgenie.net
from: github-actions <[email protected]>
body: Upgrade python requirements workflow in ${{github.repository}} failed! For details see "github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}"

Expand All @@ -77,6 +77,6 @@ jobs:
username: ${{secrets.EDX_SMTP_USERNAME}}
password: ${{secrets.EDX_SMTP_PASSWORD}}
subject: Upgrade python requirements workflow succeeded in ${{github.repository}}
to: aperture@2u-internal.opsgenie.net
to: infinity@2u-internal.opsgenie.net
from: github-actions <[email protected]>
body: Upgrade python requirements workflow in ${{github.repository}} succeeded! For details see "github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}"

0 comments on commit b0ef731

Please sign in to comment.