Publish with access token

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.

1 Like

I’m also very much interested in this… There seems to be no example of using the token whatsoever, except for the steps to set up GitHub Actions.

1 Like

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