Update .gitea/workflows/main.yml
This commit is contained in:
parent
a7246cf959
commit
f2fd539d01
|
@ -31,10 +31,10 @@ jobs:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
||||||
- name: "Create password reset template"
|
- name: Password-reset-template
|
||||||
uses: gyto/mailgun-template-action@v2
|
uses: gyto/mailgun-template-action@v2
|
||||||
with:
|
with:
|
||||||
html-file: "./templates/authorizer_password_reset.html"
|
html-file: "./templates/authorizer_password_reset.html"
|
||||||
mailgun-api-key: ${{ secrets.MAILGUN_KEY }}
|
mailgun-api-key: ${{ secrets.MAILGUN_KEY }}
|
||||||
mailgun-domain: "discours.io",
|
mailgun-domain: "discours.io"
|
||||||
mailgun-template: "authorizer_password_reset"
|
mailgun-template: "authorizer_password_reset"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user