From 63995b1e9256366f4af34251f4ff84922c291341 Mon Sep 17 00:00:00 2001 From: Benjamin Himes Date: Fri, 18 Jul 2025 19:45:48 +0200 Subject: [PATCH] chore: fix typo chore: fix typo Reapply "Merge pull request #2975 from opentensor/fix/roman/fix-after-devnet-ready-update-fee" This reverts commit a265ead8d48d03dc065b5957cc6c739387298de7. --- contrib/RELEASE_GUIDELINES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/RELEASE_GUIDELINES.md b/contrib/RELEASE_GUIDELINES.md index 74658624d8..f40003bd68 100644 --- a/contrib/RELEASE_GUIDELINES.md +++ b/contrib/RELEASE_GUIDELINES.md @@ -44,7 +44,7 @@ Since you need to use a secret when releasing bittensor (github personal access So you can have: ``` -GITHUB_ACCESS_TOKEN=$(pass github/your_personal_token_with_permisions) +GITHUB_ACCESS_TOKEN=$(pass github/your_personal_token_with_permissions) ``` or