From e5e758f8398518d316d1db782548779394f5cf77 Mon Sep 17 00:00:00 2001 From: cinderblockgames <79210192+cinderblockgames@users.noreply.github.com> Date: Sat, 21 Oct 2023 16:30:42 -0400 Subject: [PATCH] Update issue-cert.yml Switching to Namecheap. --- .github/workflows/issue-cert.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/issue-cert.yml b/.github/workflows/issue-cert.yml index 712274c..2953bf5 100644 --- a/.github/workflows/issue-cert.yml +++ b/.github/workflows/issue-cert.yml @@ -20,12 +20,12 @@ jobs: # contents: ${{ secrets.ACME_ACCOUNT_KEY }} # write-mode: overwrite - name: Issue certificate - uses: cinderblockgames/letsencrypt-dns-cpanel-action@v1.2.1 + uses: cinderblockgames/letsencrypt-dns-namecheap-action@v1.0.0 with: - # cPanel + # Namecheap host: cinderblockgames.com - cpanelUsername: '${{ secrets.CPANEL_USERNAME }}' - cpanelApiToken: '${{ secrets.CPANEL_API_KEY }}' + apiUser: '${{ secrets.NAMECHEAP_API_USER }}' + apiKey: '${{ secrets.NAMECHEAP_API_KEY }}' domain: homelab.express # Let's Encrypt acmeAccountEmailAddress: hello@cinderblockgames.com