From ed2a8fadda4986d26ca06da7dca8de2c760937dd Mon Sep 17 00:00:00 2001 From: TSR Berry <20988865+TSRBerry@users.noreply.github.com> Date: Tue, 10 Oct 2023 16:59:45 +0200 Subject: [PATCH] Add required environment variables to README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 3f872fc..8c7c011 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,12 @@ Add the following step to your workflow: 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 ```