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