Add missing environment variables to usage section

This commit is contained in:
TSRBerry 2023-09-01 16:51:43 +02:00 committed by GitHub
parent 628d977de2
commit 7ce8ac3d3e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 2 deletions

View File

@ -12,10 +12,10 @@ A custom GitHub App to aid Ryujinx with project management and moderation
with:
repository: Ryujinx/Ryujinx-Mako
ref: master
path: ".ryujinx-mako"
path: '.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:
@ -27,6 +27,10 @@ A custom GitHub App to aid Ryujinx with project management and moderation
# ryujinx-mako <command> [<args>]
# for example:
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