You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 24, 2024. It is now read-only.
A lot of teachers have been using private repos created on their user account (rather than on the org) as their starter code repo.
This isn't an issue when they create the assignment because we're querying that repo on their behalf. The repo is accessible.
However, when a student accepts that assignment, we pick a random org owner's token to create a repo on the classroom org. If that random token is not the teacher who owns the starter repo, the repo is inaccessible.
I'm guessing we never noticed this because most orgs/classrooms will only have one owner (aka the teacher that owns the private repo). In reality, many classrooms contain multiple owners (TA's for example).
This is the actual reason templates were failing for the past few weeks and most likely has been the biggest cause of failure using porter as well.