How can I publish an app with the access token? Currently I’m doing it this way:
npx expo login -u "$EXPO_USER" -p "$EXPO_PASS"
npx expo publish --non-interactive --release-channel production
Can’t find anything in the documentation how to use the access token.