docs(plugins/community/chess): obtaining a token

This commit is contained in:
lowlighter
2022-09-05 22:43:06 -04:00
parent 2239bc9297
commit 6fdddedc75

View File

@@ -6,6 +6,20 @@
<!--options-->
<!--/options-->
## 🗝️ Obtaining a lichess.org token
Create a [lichess.org account](https://lichess.org) and select [API access tokens](https://lichess.org/account/oauth/token) to get a token.
![lichess.org token](/.github/readme/imgs/plugin_chess_lichess_token_0.png)
It is not necessary to add additional scopes:
![lichess.org token](/.github/readme/imgs/plugin_chess_lichess_token_1.png)
Create token and store it in your secrets:
![lichess.org token](/.github/readme/imgs/plugin_chess_lichess_token_0.png)
## Examples workflows
<!--examples-->