From 904f4c2b991d142ef130c77029acb4684788dafd Mon Sep 17 00:00:00 2001 From: Dan Fuchs Date: Tue, 16 Jul 2024 10:22:43 -0500 Subject: [PATCH] DM-44635: Fix github refresh app docs --- docs/operations/github_refresh_app.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/operations/github_refresh_app.rst b/docs/operations/github_refresh_app.rst index 01e868ff..fe9da7ed 100644 --- a/docs/operations/github_refresh_app.rst +++ b/docs/operations/github_refresh_app.rst @@ -16,9 +16,8 @@ Create a new GitHub app #. Store this in the ``SQuaRE`` vault in the ``LSST IT`` 1Password account in an ``Server`` item named :samp:`mobu ({env URL})` in a ``password`` field called ``github-refresh-app-webhook-secret``. #. Get this into the Phalanx secret store for that env under the key: ``github-refresh-app-webhook-secret`` (`this process `__ is different for different envs). #. Enter this secret in the :guilabel:`Webhook secret (optional)` box in the GitHub App config. -#. Select :menuselection:`Read and Write` in the dropdown of the :guilabel:`Checks` access category in the :guilabel:`Repository Permissions` section. #. Select :menuselection:`Read-only` in the dropdown of the :guilabel:`Contents` access category in the :guilabel:`Repository Permissions` section. -#. Check the :guilabel:`Check suite` and :guilabel:`Check run` checkboxes in the :guilabel:`Subscribe to events` section. +#. Check the :guilabel:`Push` checkbox in the :guilabel:`Subscribe to events` section. #. Select the :guilabel:`Any account` radio button in the :guilabel:`Where can this GitHub App be installed?` section. #. Click the :guilabel:`Create GitHub App` button.