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