Skip to content

Commit

Permalink
move nua to slack webhook (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ciniesta authored Feb 13, 2024
1 parent ebc7b24 commit 2e6ed73
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-e2e-nua-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
uses: cl8dep/[email protected]
if: ${{ failure() && github.ref_name == 'main' }}
with:
webhook: ${{ secrets.DISCORD_WEBHOOK_NUA }}
webhook: ${{ secrets.NUA_E2E_SLACK_WEBHOOK }}
message: |
⚠️ tests failed @NUA
<${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}>
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-e2e-nua-stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
uses: cl8dep/[email protected]
if: ${{ failure() && github.ref_name == 'main' }}
with:
webhook: ${{ secrets.DISCORD_WEBHOOK_NUA }}
webhook: ${{ secrets.NUA_E2E_SLACK_WEBHOOK }}
message: |
⚠️ tests failed @NUA
<${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}>
Expand Down

0 comments on commit 2e6ed73

Please sign in to comment.