Skip to content

Commit

Permalink
Update notify.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gcotelli committed Apr 30, 2020
1 parent 1d6bd81 commit a669400
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/notify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Notify about a new release
uses: ba-st-actions/email-release-notification@v3.0.0
uses: ba-st-actions/email-release-notification@v3.1.1
env:
SENDGRID_API_TOKEN: ${{ secrets.SENDGRID_API_TOKEN }}
RECIPIENTS_URL: ${{ secrets.RECIPIENTS_URL }}
DISTRIBUTION_LISTS: ${{ secrets.DISTRIBUTION_LISTS }}
SENDER_EMAIL: ${{ secrets.SENDER_EMAIL }}

0 comments on commit a669400

Please sign in to comment.