From 028cbf77f553719111cd097695e97f951a811a3b Mon Sep 17 00:00:00 2001 From: Jessica McInchak Date: Thu, 23 Nov 2023 11:44:04 +0100 Subject: [PATCH] update PAT expiration date [skip pizza] --- .github/workflows/cron-deploy-to-production.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cron-deploy-to-production.yml b/.github/workflows/cron-deploy-to-production.yml index 1c31a80b61..ee1b7b8791 100644 --- a/.github/workflows/cron-deploy-to-production.yml +++ b/.github/workflows/cron-deploy-to-production.yml @@ -1,7 +1,7 @@ name: "Automatic production deployment" on: - # TODO: Enable CRON after the holiday season + # TODO: Enable CRON if desired # schedule: # # “At 09:00 on every day-of-week from Tuesday through Friday.” # - cron: "0 9 * * 2-5" @@ -17,7 +17,7 @@ jobs: # Requires a Personal Access Token generated by an OSL GitHub org admin # Allows this action to trigger the push-production.yml action # PAT requires the "Read and write" permissions on repository "Contents" - # XXX: Expires 01/12/23, see docs here on generating a new one - https://bit.ly/3YNr5sM + # XXX: Expires 23/11/24, see docs here on generating a new one - https://bit.ly/3YNr5sM PERSONAL_ACCESS_TOKEN: ${{ secrets.PROD_DEPLOY_PAT }} run: | set -xe