From a4576eb8101f0e32878229d52a59f5cd562d71c6 Mon Sep 17 00:00:00 2001
From: Brian Cristante <33549821+brcrista@users.noreply.github.com>
Date: Fri, 10 Jun 2022 19:50:36 -0400
Subject: [PATCH] secret names can't start with GITHUB_

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index dfceafa0..b4d5b444 100644
--- a/README.md
+++ b/README.md
@@ -369,7 +369,7 @@ To get a higher rate limit, you can [generate a personal access token on github.
 ```yml
 uses: actions/setup-python@v4
 with:
-  token: ${{ secrets.GITHUB_DOTCOM_TOKEN }}
+  token: ${{ secrets.GH_DOTCOM_TOKEN }}
   python-version: 3.11
 ```