Guide: Refreshing personal access tokens
Log into GitHub as openactive-bot
Navigate to "Fine-grained personal access tokens" in the Profile settings of openactive-bot
Choose the access token that has expired:
Click "Regenerate token" on the right hand side
Choose a date that is 12 months from today, and click "Regenerate token":
Copy the new token (e.g.
github_pat_...
) from the pageUpdate the token
For
VOCAB_WORKFLOW_GH_ACCESS_TOKEN
navigate to the Heroku app pipeline named "skos-vocabulary-editors", and then open each app in turn, click "Settings", "Reveal Config Vars", and updateVOCAB_WORKFLOW_GH_ACCESS_TOKEN
to the new value.For
PUBLIC_REPO_ACCESS_TOKEN
navigate to the "Organization secrets" within the "openactive" GitHub Organization settings, and updatePUBLIC_REPO_ACCESS_TOKEN
to the new value.NOTE: Please read the edit page carefully as you do not need to delete the token to update it, the value can be updated by clicking "enter a new value":
Last updated