From 1f38d16d01677b6ed60d5358bdf23576538d578b Mon Sep 17 00:00:00 2001 From: Cedric van Putten Date: Wed, 9 Mar 2022 17:50:37 +0100 Subject: [PATCH] docs: add direct link to expo access tokens --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d28cef8a..ab6ff7e9 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ Here is a summary of all the input options you can use. | **eas-version** | - | EAS CLI version to install _(skips when omitted)_ | | **eas-cache** | `true` | If it should use the GitHub actions cache ([read more](#using-the-built-in-cache)) | | **packager** | `yarn` | Package manager to use _(e.g. `yarn` or `npm`)_ | -| **token** | - | Token of your Expo account _(only use with [secrets][link-actions-secrets])_ | +| **token** | - | Token of your Expo account - [get your token](https://expo.dev/accounts/%5Baccount%5D/settings/access-tokens) _(use with [secrets][link-actions-secrets])_ | | **patch-watchers** | `true` | If it should patch the `fs.inotify.*` limits on Ubuntu ([read more](#enospc-errors-on-linux)) | ## Example workflows