workflows: use secret FROM

This commit is contained in:
Dawid Dziurla
2020-03-25 16:25:22 +01:00
committed by GitHub
parent 1cf295c810
commit 296e585baf

View File

@ -36,5 +36,5 @@ jobs:
subject: ${{github.repository}}
body: ${{matrix.body}}
to: ${{github.event.pusher.email}}
from: github-actions <${{github.event.pusher.email}}>
from: github-actions <${{secrets.FROM}}>
content_type: ${{matrix.content_type}}