Skip to content

Commit 9fce70f

Browse files
authored
docs: increase visibility of the EXPO_TOKEN link (#168)
1 parent 4681fcf commit 9fce70f

1 file changed

Lines changed: 8 additions & 5 deletions

File tree

README.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ Some additional features are included to make the usage of this action as simple
3131

3232
## Configuration options
3333

34+
> Create your [`EXPO_TOKEN`][link-expo-token] GitHub secret.
35+
3436
This action is customizable through variables defined in the [`action.yml`](action.yml).
3537
Here is a summary of all the input options you can use.
3638

@@ -41,7 +43,7 @@ Here is a summary of all the input options you can use.
4143
| **eas-version** | - | EAS CLI version to install _(skips when omitted)_ |
4244
| **eas-cache** | `true` | If it should use the GitHub actions cache ([read more](#using-the-built-in-cache)) |
4345
| **packager** | `yarn` | Package manager to use _(e.g. `yarn` or `npm`)_ |
44-
| **token** | - | Token of your Expo account - [get your token](https://expo.dev/accounts/%5Baccount%5D/settings/access-tokens) _(use with [secrets][link-actions-secrets])_ |
46+
| **token** | - | Token of your Expo account - [get your token][link-expo-token] _(use with [secrets][link-actions-secrets])_ |
4547
| **patch-watchers** | `true` | If it should patch the `fs.inotify.*` limits on Ubuntu ([read more](#enospc-errors-on-linux)) |
4648

4749
## Example workflows
@@ -56,7 +58,7 @@ You can read more about this in the [GitHub Actions documentation][link-actions]
5658
### Publish on any push to main
5759

5860
This workflow listens to the `push` event on the `main` branch.
59-
It sets up all required components to publish the app, including authentication with a token.
61+
It sets up all required components to publish the app, including authentication with a [token][link-expo-token].
6062

6163
> Always use [secrets][link-actions-secrets] when using tokens.
6264
@@ -97,7 +99,7 @@ This action also allows you to install the EAS CLI.
9799
To do this, add the **eas-version** property, and the action will install it.
98100
We recommend using `latest` for the EAS CLI.
99101

100-
> The **token** is shared for both Expo and EAS CLI.
102+
> The [**token**][link-expo-token] is shared for both Expo and EAS CLI.
101103

102104
```yml
103105
on:
@@ -179,9 +181,9 @@ jobs:
179181
### Automatic Expo login
180182

181183
Some Expo commands, like `expo publish` and `eas build`, require you to be authenticated.
182-
This action exports the **token** to ensure you are authenticated in every workflow step.
184+
This action exports the [**token**][link-expo-token] to ensure you are authenticated in every workflow step.
183185

184-
> Note, this action does not store the token anywhere. Each separate workflow job needs to set up the **token** individually.
186+
> Note, this action does not store the [token][link-expo-token] anywhere. Each separate workflow job needs to set up the [**token**][link-expo-token] individually.
185187

186188
### Using the built-in cache
187189

@@ -212,3 +214,4 @@ You can opt-out from patching the file system by setting **patch-watchers** to `
212214
[link-expo-release-channels]: https://docs.expo.dev/distribution/release-channels/
213215
[link-eas-cli]: https://github.com/expo/eas-cli#readme
214216
[link-preview-comment]: https://github.com/expo/expo-github-action/pull/149#issuecomment-1013184520
217+
[link-expo-token]: https://expo.dev/accounts/%5Baccount%5D/settings/access-tokens

0 commit comments

Comments
 (0)