Deploy tokens not able to access all apps

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.


I found a workaround - which is to use an organization token. However, the behavior above seems like a bug?

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.