Since fly auth token
is deprecated, I just created a new token to deploy by running fly tokens create deploy -a APP_NAME
.
However, if I use that auth token in Github Actions, APP_NAME is not accessible. In fact, if I try to list apps, I can only see an app I created yesterday under the same org, and the builder. None of the other older apps are listed.
I’ve been trying to also try to use the “old” API token that’s created by the (deprecated) fly auth token
, but it doesn’t work at all.