mirror of
https://github.com/CompeyDev/setup-rokit.git
synced 2024-12-12 12:40:36 +00:00
docs: more info and fix typo
This commit is contained in:
parent
e2f8ac40d2
commit
e377f289f7
1 changed files with 3 additions and 1 deletions
|
@ -43,8 +43,10 @@ There are a few reasons you may choose to enable caching:
|
||||||
* A large amount of tools to install
|
* A large amount of tools to install
|
||||||
* Server downloading from is slow
|
* Server downloading from is slow
|
||||||
|
|
||||||
|
In any case, it is recommended to benchmark before enabling this feature.
|
||||||
|
|
||||||
### `token`
|
### `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
|
## Credits
|
||||||
[@nezuo](https://github.com/nezuo) - Installing `aftman` using `gh`
|
[@nezuo](https://github.com/nezuo) - Installing `aftman` using `gh`
|
||||||
|
|
Loading…
Reference in a new issue