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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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}}