pantheon-systems / terminus-build-tools-plugin

Manage multidev environments for a Pantheon site using a GitHub PR workflow.
83 stars 68 forks source link

New GitHub personal access tokens won't work #476

Open ryanshoover opened 1 year ago

ryanshoover commented 1 year ago

https://github.blog/2022-10-18-introducing-fine-grained-personal-access-tokens-for-github/

The new fine grained tokens match regex ^github_pat_[a-zA-Z0-9]{22}_[a-zA-Z0-9]{59}$

Similar to #374, we need to update our regex to support the new PATs. We should also provide guidance what level of fine-grained control Build Tools needs to do its work.