Skip to content

Commit

Permalink
chore: add Aperture team OpsGenie email address as a recipient when C…
Browse files Browse the repository at this point in the history
…I fails for Learner Dashboard

[APER-3072]

As this service transitions to Aperture for maintainership, we want to ensure that our team receives emails when CI fails in this project.
  • Loading branch information
justinhynes committed Dec 4, 2023
1 parent a4f14da commit 8c1154d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
username: ${{ secrets.EDX_SMTP_USERNAME }}
password: ${{ secrets.EDX_SMTP_PASSWORD }}
subject: CI workflow failed in ${{github.repository}}
to: [email protected]
to: [email protected],[email protected]
from: github-actions <[email protected]>
body: CI workflow in ${{github.repository}} failed!
For details see "github.com/${{ github.repository }}/actions/runs/${{ github.run_id
Expand Down

0 comments on commit 8c1154d

Please sign in to comment.