NYCPlanning / db-knownprojects

KPDB: A compilation of prospective residential development projects from various sources, with rough projections of new unit counts
https://nycplanning.github.io/db-knownprojects
0 stars 0 forks source link

Update PAT for Actions workflow #375

Closed td928 closed 1 year ago

td928 commented 1 year ago

addressed #374 one reviewer required 🐬

After some digging, it was found the root causes of the failed Github Actions runs were due to the repo access token were outdated. The solution is to create new organization access token then replace the GH_PAT and also depreciate the use of SSH_KEY for pulling the main repo. It is worth to note that this token will likely need to be periodically updated and maintained by a user that belongs to the organization. Although we are also likely to replace the use of submodule entirely and data library so it may not be an issue for the long term.

Check here for successful output from this branch

See this new wiki page for documentation on update the PAT.