diff --git a/.github/workflows/cron-deploy-to-production.yml b/.github/workflows/cron-deploy-to-production.yml index ee1b7b8791..9b53c8aed1 100644 --- a/.github/workflows/cron-deploy-to-production.yml +++ b/.github/workflows/cron-deploy-to-production.yml @@ -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 23/11/24, see docs here on generating a new one - https://bit.ly/3YNr5sM + # Note: Jess generated latest token, expires 23/11/25, see docs here on generating a new one - https://bit.ly/3YNr5sM PERSONAL_ACCESS_TOKEN: ${{ secrets.PROD_DEPLOY_PAT }} run: | set -xe