flyctl token create deploy -a myapp --access-token $MY_ORG_TOKEN
Error: failed creating deploy token: input:3: createLimitedAccessToken Not authorized to access this createlimitedaccesstoken
I can use the org token to create and destroy apps but not to create deploy keys for such apps. Is this normal?
I am using the org token in the Machines rest API and I wanted to pair it with flyctl commands to be able to automate app management in my organization.