From c42c3812ef220c5ed7e1f0b69142af40b185ea52 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Guillermo=20Gal=C3=A1n?= Date: Fri, 11 Oct 2024 20:36:07 +0200 Subject: [PATCH] Update fly tokens command in README 'fly auth token' is deprecated --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5865565..ed3f242 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ See the [flyctl](https://github.com/superfly/flyctl) GitHub project for more inf ## Secrets -`FLY_API_TOKEN` - **Required**. The token to use for authentication. You can find a token by running `flyctl auth token` or going to your [user settings on fly.io](https://fly.io/user/personal_access_tokens). +`FLY_API_TOKEN` - **Required**. The token to use for authentication. You can find a token by running `flyctl tokens create` or going to your [user settings on fly.io](https://fly.io/user/personal_access_tokens). ## Using the `setup-flyctl` action