Skip to content

Commit

Permalink
chore: renew PROD_DEPLOY_PAT (#4001)
Browse files Browse the repository at this point in the history
  • Loading branch information
jessicamcinchak authored Nov 25, 2024
1 parent 7094c52 commit 64e398f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cron-deploy-to-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 64e398f

Please sign in to comment.