How to use token when publish from CI/CD gitlab

I setup the CI/CD on gitlab and I want to publish my app on expo, how can I do this? below is my current script for publish, it is finishing without any errors but there is no updated build on expo, I think it is unable to login with token, is there any way I can publish the build using token?

script:
- apk add --no-cache bash
- npx expo login -t $EXPO_TOKEN
- npx expo publish --non-interactive

Any help appreciated !

Thanks
Asif

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