From da8044f91ef13d276676d06a80b9b4418a22e1a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9mentine=20Urquizar=20-=20curqui?= Date: Wed, 30 Nov 2022 16:55:32 +0100 Subject: [PATCH] Update download-latest.sh Co-authored-by: Louis Dureuil --- download-latest.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/download-latest.sh b/download-latest.sh index 81651a9a8..aa0b6e4d7 100644 --- a/download-latest.sh +++ b/download-latest.sh @@ -1,7 +1,7 @@ #!/bin/sh # This script can optionally use a GitHub token to increase your request limit (for example, if using this script in a CI). -# To make it work, fill the GITHUB_PAT environment variable with your GitHub token. +# To use a GitHub token, pass it through the GITHUB_PAT environment variable. # GLOBALS