mirror of
https://github.com/dawidd6/action-send-mail.git
synced 2024-11-10 05:51:07 +07:00
workflows: use secret FROM
This commit is contained in:
parent
1cf295c810
commit
296e585baf
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -36,5 +36,5 @@ jobs:
|
|||||||
subject: ${{github.repository}}
|
subject: ${{github.repository}}
|
||||||
body: ${{matrix.body}}
|
body: ${{matrix.body}}
|
||||||
to: ${{github.event.pusher.email}}
|
to: ${{github.event.pusher.email}}
|
||||||
from: github-actions <${{github.event.pusher.email}}>
|
from: github-actions <${{secrets.FROM}}>
|
||||||
content_type: ${{matrix.content_type}}
|
content_type: ${{matrix.content_type}}
|
||||||
|
Loading…
Reference in New Issue
Block a user