From 7ce8ac3d3e0bc444dc7890b694987e3a70b1c3f5 Mon Sep 17 00:00:00 2001 From: TSRBerry <20988865+TSRBerry@users.noreply.github.com> Date: Fri, 1 Sep 2023 16:51:43 +0200 Subject: [PATCH] Add missing environment variables to usage section --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 38841d0..5e8e090 100644 --- a/README.md +++ b/README.md @@ -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 [] # 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