Skip to content

Commit

Permalink
Merge pull request #53 from datajoint/auto-cert-renewal-reviewer
Browse files Browse the repository at this point in the history
Update auto_cert_renewal.yaml reviewers
  • Loading branch information
yambottle authored Jul 1, 2024
2 parents b4f07a3 + 67cd0c2 commit dc0e3e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/auto_cert_renewal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ jobs:
MANUAL_LETSENCRYPT_BRANCH: "master"
CALLER_REPO_SUBPATH_FOR_CERT: "./nginx"
# PR_REVIEWERS: "yambottle"
PR_REVIEWERS: "yambottle,ethho,jverswijver,A-Baji"
PR_REVIEWERS: "datajointbot,yambottle,ethho"
secrets:
ROUTE53_ZONE_ID: ${{ secrets.ROUTE53_ZONE_ID }}
INSTANCE_VPC_SECURITY_GROUP_IDS: ${{ secrets.INSTANCE_VPC_SECURITY_GROUP_IDS }}
INSTANCE_SUBNET_ID: ${{ secrets.INSTANCE_SUBNET_ID }}
AWS_REGION: ${{ secrets.AWS_REGION }}
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATE_KEY }}
SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATE_KEY }}

0 comments on commit dc0e3e0

Please sign in to comment.