We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95148a4 commit d0f6088Copy full SHA for d0f6088
.github/workflows/release.yml
@@ -65,3 +65,16 @@ jobs:
65
asset_path: ./${{ steps.build-unsigned.outputs.plugin_checksum_path }}
66
asset_name: ${{ steps.build-unsigned.outputs.plugin_checksum_path }}
67
asset_content_type: text/plain
68
+
69
+ - uses: adelynx/[email protected]
70
+ with:
71
+ host: ${{ secrets.NOTIFICATION_SMTP_SERVER }}
72
+ port: 465
73
+ username: '${{ secrets.NOTIFICATION_SMTP_USER }}'
74
+ password: '${{ secrets.NOTIFICATION_SMTP_PASSWORD }}'
75
+ from: 'Grafana notifications <${{ secrets.NOTIFICATION_SMTP_USER }}>'
76
+ to: '${{ secrets.NOTIFICATION_DESTINATION }}'
77
+ subject: '✅ New release of Grafana data source plugin'
78
79
+ body: |
80
+ <p>A new release of the Grafana data source plugin has been published!</p>
0 commit comments