mirror of
https://github.com/Ryujinx/Ryujinx-Mako.git
synced 2025-08-16 02:11:18 +00:00
Add required environment variables to README.md
This commit is contained in:
parent
223d642422
commit
ed2a8fadda
|
@ -17,6 +17,12 @@ Add the following step to your workflow:
|
||||||
installation_id: ${{ secrets.MAKO_INSTALLATION_ID }}
|
installation_id: ${{ secrets.MAKO_INSTALLATION_ID }}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Required environment variables
|
||||||
|
|
||||||
|
- `MAKO_APP_ID`: the GitHub App ID
|
||||||
|
- `MAKO_PRIVATE_KEY`: the contents of the GitHub App private key
|
||||||
|
- `MAKO_INSTALLATION_ID`: the GitHub App installation ID
|
||||||
|
|
||||||
## Available commands
|
## Available commands
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue