Skip to content

Commit c814ae8

Browse files
author
Drew Yang
committed
test: 🧪 reminder to update commented lines after secret test
1 parent 5bce883 commit c814ae8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

‎.github/workflows/auto_cert_renewal.yaml‎

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,15 @@ jobs:
1414
with:
1515
CERT_CONTACT_EMAIL: "[email protected]"
1616
CERT_STAGING: "True"
17+
# CERT_STAGING: "False"
1718
ROUTE53_ZONE_NAME: "datajoint.io"
1819
ROUTE53_RECORD_NAME: "auto-letsencrypt"
20+
# ROUTE53_RECORD_NAME: "fakeservices"
1921
MANUAL_LETSENCRYPT_REPO: "datajoint/manual-letsencrypt"
2022
MANUAL_LETSENCRYPT_BRANCH: "master"
2123
CALLER_REPO_SUBPATH_FOR_CERT: "./nginx"
2224
PR_REVIEWERS: "yambottle"
25+
# PR_REVIEWERS: "yambottle,ethho,jverswijver"
2326
secrets:
2427
ROUTE53_ZONE_ID: ${{ secrets.ROUTE53_ZONE_ID }}
2528
INSTANCE_VPC_SECURITY_GROUP_IDS: ${{ secrets.INSTANCE_VPC_SECURITY_GROUP_IDS }}

0 commit comments

Comments
 (0)