diff --git a/.github/workflows/publish-records.yml b/.github/workflows/publish-records.yml index 46e10ac51..17bb7bdc0 100644 --- a/.github/workflows/publish-records.yml +++ b/.github/workflows/publish-records.yml @@ -9,6 +9,7 @@ jobs: runs-on: ubuntu-latest env: CI: '1' + ENV: production NC_USER: ${{ secrets.NC_USER }} NC_API_KEY: ${{ secrets.NC_API_KEY }} NC_DOMAIN: ${{ secrets.NC_DOMAIN }} diff --git a/utils/domain-service.js b/utils/domain-service.js index a8ee13f98..0831f3cb2 100644 --- a/utils/domain-service.js +++ b/utils/domain-service.js @@ -57,8 +57,6 @@ if (!NC_API_KEY) { process.exit(1); } -console.log('>>>> iii', `${process.env.NC_API_KEY}`.length); - const nc = new Namecheap({ user: NC_USER, key: NC_API_KEY,