mirror of
https://github.com/Ryujinx/Ryujinx-Mako.git
synced 2025-01-10 19:35:37 +00:00
Add missing environment variables to usage section
This commit is contained in:
parent
628d977de2
commit
7ce8ac3d3e
|
@ -12,10 +12,10 @@ A custom GitHub App to aid Ryujinx with project management and moderation
|
||||||
with:
|
with:
|
||||||
repository: Ryujinx/Ryujinx-Mako
|
repository: Ryujinx/Ryujinx-Mako
|
||||||
ref: master
|
ref: master
|
||||||
path: ".ryujinx-mako"
|
path: '.ryujinx-mako'
|
||||||
|
|
||||||
- name: Setup Ryujinx-Mako
|
- name: Setup Ryujinx-Mako
|
||||||
uses: .ryujinx-mako/.github/actions/setup-mako
|
uses: ./.ryujinx-mako/.github/actions/setup-mako
|
||||||
```
|
```
|
||||||
|
|
||||||
2. Execute the available commands like this:
|
2. Execute the available commands like this:
|
||||||
|
@ -27,6 +27,10 @@ A custom GitHub App to aid Ryujinx with project management and moderation
|
||||||
# ryujinx-mako <command> [<args>]
|
# ryujinx-mako <command> [<args>]
|
||||||
# for example:
|
# for example:
|
||||||
ryujinx-mako setup-git
|
ryujinx-mako setup-git
|
||||||
|
env:
|
||||||
|
MAKO_APP_ID: ${{ secrets.MAKO_APP_ID }}
|
||||||
|
MAKO_PRIVATE_KEY: ${{ secrets.MAKO_PRIVATE_KEY }}
|
||||||
|
MAKO_INSTALLATION_ID: ${{ secrets.MAKO_INSTALLATION_ID }}
|
||||||
```
|
```
|
||||||
|
|
||||||
## Available commands
|
## Available commands
|
||||||
|
|
Loading…
Reference in a new issue