Skip to content

Commit 26c734a

Browse files
committed
docs: simplify and link the environment variables info
1 parent f3bc71a commit 26c734a

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,17 +23,13 @@ Also, this action will authenticate automatically when both `EXPO_CLI_USERNAME`
2323
2424
## Used secrets
2525

26-
To authenticate with your Expo account, use the variables listed below.
27-
In the Expo action you can define `secrets = ["EXPO_CLI_USERNAME", "EXPO_CLI_PASSWORD"]` to have them available.
26+
To authenticate with your Expo account, use the variables listed below. For more info, see [Automatic Expo login](#automatic-expo-login).
2827

2928
variable | description
3029
--- | ---
3130
`EXPO_CLI_USERNAME` | The email address or username of your Expo account.
3231
`EXPO_CLI_PASSWORD` | The password of your Expo account, [automatically picked up by the cli][link-expo-cli-password].
3332

34-
> Some Expo commands don't require authentication.
35-
> Simply omit the `secrets = [...]` if you don't need it.
36-
3733
## Example workflows
3834

3935
Before you dive into the workflow examples, you should know the basics of GitHub Actions.

0 commit comments

Comments
 (0)