Skip to content

Commit

Permalink
docs: simplify and link the environment variables info
Browse files Browse the repository at this point in the history
  • Loading branch information
byCedric committed Sep 29, 2019
1 parent f3bc71a commit 26c734a
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,13 @@ Also, this action will authenticate automatically when both `EXPO_CLI_USERNAME`
## Used secrets

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

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

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

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

0 comments on commit 26c734a

Please sign in to comment.