From 0e392db5bda28f4f4ffcc44f388cc56ff8b9e79a Mon Sep 17 00:00:00 2001 From: to Date: Thu, 1 Feb 2024 08:57:19 +0000 Subject: [PATCH] Update .gitea/workflows/main.yml --- .gitea/workflows/main.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.gitea/workflows/main.yml b/.gitea/workflows/main.yml index c3927a4c..356af9cd 100644 --- a/.gitea/workflows/main.yml +++ b/.gitea/workflows/main.yml @@ -30,14 +30,14 @@ jobs: steps: - name: Checkout uses: actions/checkout@v2 - - name: update authorizer_password_reset - uses: jlepocher/mailgun-create-template-version-action@v1.3 + + - name: update authorizer_password_reset template + uses: gyto/mailgun-template-action@v2 with: - mailgun-host: 'api.eu.mailgun.net' - mailgun-api-key: ${{ secrets.MAILGUN_API_KEY }} - mailgun-domain-name: 'discours.io' - mailgun-template-name: 'authorizer_password_reset' - html-file-path: './templates/authorizer_password_reset.html' + html-file: './templates/authorizer_password_reset.html' + mailgun-api-key: ${{ secrets.MAILGUN_KEY }} + mailgun-domain: "discours.io", + mailgun-template: "authorizer_password_reset" - name: update authorizer_password_reset uses: jlepocher/mailgun-create-template-version-action@v1.3