From 09417a12e412981e90992830e79fc793da3f0b2c Mon Sep 17 00:00:00 2001 From: to Date: Thu, 1 Feb 2024 08:58:57 +0000 Subject: [PATCH] Update .gitea/workflows/main.yml --- .gitea/workflows/main.yml | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/.gitea/workflows/main.yml b/.gitea/workflows/main.yml index 356af9cd..be43d562 100644 --- a/.gitea/workflows/main.yml +++ b/.gitea/workflows/main.yml @@ -34,16 +34,7 @@ jobs: - name: update authorizer_password_reset template uses: gyto/mailgun-template-action@v2 with: - html-file: './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 - with: - mailgun-host: 'api.eu.mailgun.net' - mailgun-api-key: ${{ secrets.MAILGUN_API_KEY }} - mailgun-domain-name: 'discours.io' - mailgun-template-name: 'authorizer_email_confirm' - html-file-path: './templates/authorizer_email_confirm.html'