From 0bc5067688c8f2f956f5eb0558da939d3ca15a72 Mon Sep 17 00:00:00 2001 From: lpm0073 Date: Mon, 3 Oct 2022 12:30:08 -0500 Subject: [PATCH] lint --- README.rst | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) diff --git a/README.rst b/README.rst index 9d962c4..2ecae2f 100644 --- a/README.rst +++ b/README.rst @@ -51,26 +51,24 @@ Cookiecutter openedx_devops build ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .. code-block:: bash - :caption: add this package as a build requirement - - name: Add the wp-oauth-backend - uses: openedx-actions/tutor-plugin-build-openedx-add-requirement@v1.0.0 - with: - repository: wp-oauth-backend - repository-organization: StepwiseMath - repository-ref: main - repository-token: ${{ secrets.PAT }} + - name: Add the wp-oauth-backend + uses: openedx-actions/tutor-plugin-build-openedx-add-requirement@v1.0.0 + with: + repository: wp-oauth-backend + repository-organization: StepwiseMath + repository-ref: main + repository-token: ${{ secrets.PAT }} Cookiecutter openedx_devops deployment ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .. code-block:: bash - :caption: add settings to lms.envs.tutor.production - tutor config save --set OPENEDX_WPOAUTH_BACKEND_BASE_URL="${{ secrets.WPOAUTH_BACKEND_BASE_URL }}" \ - --set OPENEDX_WPOAUTH_BACKEND_CLIENT_ID="${{ secrets.WPOAUTH_BACKEND_CLIENT_ID }}" \ - --set OPENEDX_WPOAUTH_BACKEND_CLIENT_SECRET="${{ secrets.WPOAUTH_BACKEND_CLIENT_SECRET }}" + tutor config save --set OPENEDX_WPOAUTH_BACKEND_BASE_URL="${{ secrets.WPOAUTH_BACKEND_BASE_URL }}" \ + --set OPENEDX_WPOAUTH_BACKEND_CLIENT_ID="${{ secrets.WPOAUTH_BACKEND_CLIENT_ID }}" \ + --set OPENEDX_WPOAUTH_BACKEND_CLIENT_SECRET="${{ secrets.WPOAUTH_BACKEND_CLIENT_SECRET }}" Developer Notes