docs: more info and fix typo

This commit is contained in:
ok-nick 2023-12-30 00:28:53 -05:00
parent e2f8ac40d2
commit e377f289f7
No known key found for this signature in database
GPG key ID: CFC1F23DFE7B706B

View file

@ -43,8 +43,10 @@ There are a few reasons you may choose to enable caching:
* A large amount of tools to install
* Server downloading from is slow
In any case, it is recommended to benchmark before enabling this feature.
### `token`
Set to a GitHub token to be used by `aftman` to increase the GitHub rate-limit. Note, these two options, `${{ github.token }}` and `${ secrets.GITHUB_TOKEN}`, are equivalent and passed by default. **Thus, you do not need to specify this parameter unless you are using a token different from the owner of the repository.**
Set to a GitHub token to be used by `aftman` to increase the GitHub rate-limit. Note, these two options, `${{ github.token }}` and `${{ secrets.GITHUB_TOKEN }}`, are equivalent and passed by default. **Thus, you do not need to specify this parameter unless you are using a token different from the owner of the repository.**
## Credits
[@nezuo](https://github.com/nezuo) - Installing `aftman` using `gh`