From 1d9634856913a84144db3953cdc33d6d22ae6fcf Mon Sep 17 00:00:00 2001 From: Slavek Kabrda Date: Mon, 19 Aug 2024 10:12:43 +0200 Subject: [PATCH] Update README --- molecule/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/molecule/README.md b/molecule/README.md index 505d9617..3ab979bb 100644 --- a/molecule/README.md +++ b/molecule/README.md @@ -21,7 +21,8 @@ Next, export following values in your shell environment: ``` export TAS_SINGLE_NODE_REGISTRY_USERNAME= export TAS_SINGLE_NODE_REGISTRY_PASSWORD= -# get this from the Testing Farm team +# get a token at https://testing-farm.io/tokens/ +# you can sign in with a Fedora account, but it must be "CLA+1" (signed CLA and a member of at least 1 other group) export TESTING_FARM_API_TOKEN= ```