We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81344e4 commit 5cfaee2Copy full SHA for 5cfaee2
1 file changed
entrypoint.sh
@@ -3,9 +3,13 @@
3
set -e
4
5
if [ -n "$EXPO_CLI_USERNAME" ] && [ -n "$EXPO_CLI_PASSWORD" ]; then
6
- expo login --username $EXPO_CLI_USERNAME
+ expo-cli login --non-interactive --username $EXPO_CLI_USERNAME
7
else
8
- echo 'Skipping Expo login, username and/or password not defined...'
+ echo ''
9
+ echo 'Skipping automatic Expo login, username and/or password not defined.'
10
+ echo ' - https://github.com/expo/expo-github-action#used-secrets'
11
+ echo ' - https://github.com/expo/expo-github-action#example-workflows'
12
13
fi
14
-sh -c "expo $*"
15
+sh -c "expo-cli $*"
0 commit comments