Skip to content

Commit

Permalink
update PAT expiration date [skip pizza]
Browse files Browse the repository at this point in the history
  • Loading branch information
jessicamcinchak committed Nov 23, 2023
1 parent f22eaf2 commit 028cbf7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cron-deploy-to-production.yml
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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
Expand Down

0 comments on commit 028cbf7

Please sign in to comment.