Today all of a sudden my deploy token broke on github CI Error: failed to fetch an image or build from source: error rendering push status stream: unauthorized: not allowed
Locally I can deploy with my personal fly CLI (personal token),
but if I create a new Deploy Token and set it like: FLY_API_TOKEN=$(cat token) fly deploy
the same error comes back even on my laptop.