Skip to content

Commit

Permalink
Update monitoring workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jvsguerra committed Jan 16, 2025
1 parent d1e99e1 commit 7745969
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/statistics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,17 +54,3 @@ jobs:
with:
name: usage
path: usage

- name: Send email
uses: dawidd6/action-send-mail@v3
with:
server_address: smtp.gmail.com
server_port: 465
secure: true
username: ${{ secrets.EMAIL_USERNAME }}
password: ${{ secrets.EMAIL_PASSWORD }}
subject: ${{ github.repository }} ${{ github.job }} is ${{ job.status }}
body: Build job of ${{github.repository}} completed successfully!
to: ${{ secrets.EMAIL }}
from: ${{ secrets.EMAIL }}
attachments: ./usage/*

0 comments on commit 7745969

Please sign in to comment.