File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ name: Auto Cert Renewal
22
33on :
44 workflow_dispatch :
5- # schedule:
6- # - cron: '0 0 1 * *'
5+ schedule :
6+ - cron : ' 0 0 1 */2 *'
77permissions :
88 contents : write
99 pull-requests : write
@@ -13,16 +13,16 @@ jobs:
1313 uses : datajoint/.github/.github/workflows/cert-renewal.yaml@main
1414 with :
1515 CERT_CONTACT_EMAIL : " status@datajoint.com"
16- CERT_STAGING : " True"
17- # CERT_STAGING: "False"
16+ # CERT_STAGING: "True"
17+ CERT_STAGING : " False"
1818 ROUTE53_ZONE_NAME : " datajoint.io"
19- ROUTE53_RECORD_NAME : " auto-letsencrypt"
20- # ROUTE53_RECORD_NAME: "fakeservices"
19+ # ROUTE53_RECORD_NAME: "auto-letsencrypt"
20+ ROUTE53_RECORD_NAME : " fakeservices"
2121 MANUAL_LETSENCRYPT_REPO : " datajoint/manual-letsencrypt"
2222 MANUAL_LETSENCRYPT_BRANCH : " master"
2323 CALLER_REPO_SUBPATH_FOR_CERT : " ./nginx"
24- PR_REVIEWERS : " yambottle"
25- # PR_REVIEWERS: "yambottle,ethho,jverswijver"
24+ # PR_REVIEWERS: "yambottle"
25+ PR_REVIEWERS : " yambottle,ethho,jverswijver"
2626 secrets :
2727 ROUTE53_ZONE_ID : ${{ secrets.ROUTE53_ZONE_ID }}
2828 INSTANCE_VPC_SECURITY_GROUP_IDS : ${{ secrets.INSTANCE_VPC_SECURITY_GROUP_IDS }}
You canāt perform that action at this time.
0 commit comments