lint
This commit is contained in:
		
							
								
								
									
										22
									
								
								README.rst
									
									
									
									
									
								
							
							
						
						
									
										22
									
								
								README.rst
									
									
									
									
									
								
							@@ -51,26 +51,24 @@ Cookiecutter openedx_devops build
 | 
				
			|||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 | 
					~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 | 
				
			||||||
 | 
					
 | 
				
			||||||
..  code-block:: bash
 | 
					..  code-block:: bash
 | 
				
			||||||
    :caption: add this package as a build requirement
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
      - name: Add the wp-oauth-backend
 | 
					    - name: Add the wp-oauth-backend
 | 
				
			||||||
        uses: openedx-actions/tutor-plugin-build-openedx-add-requirement@v1.0.0
 | 
					      uses: openedx-actions/tutor-plugin-build-openedx-add-requirement@v1.0.0
 | 
				
			||||||
        with:
 | 
					      with:
 | 
				
			||||||
          repository: wp-oauth-backend
 | 
					        repository: wp-oauth-backend
 | 
				
			||||||
          repository-organization: StepwiseMath
 | 
					        repository-organization: StepwiseMath
 | 
				
			||||||
          repository-ref: main
 | 
					        repository-ref: main
 | 
				
			||||||
          repository-token: ${{ secrets.PAT }}
 | 
					        repository-token: ${{ secrets.PAT }}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Cookiecutter openedx_devops deployment
 | 
					Cookiecutter openedx_devops deployment
 | 
				
			||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 | 
					~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 | 
				
			||||||
 | 
					
 | 
				
			||||||
..  code-block:: bash
 | 
					..  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 }}" \
 | 
					    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_ID="${{ secrets.WPOAUTH_BACKEND_CLIENT_ID }}" \
 | 
				
			||||||
                        --set OPENEDX_WPOAUTH_BACKEND_CLIENT_SECRET="${{ secrets.WPOAUTH_BACKEND_CLIENT_SECRET }}"
 | 
					                      --set OPENEDX_WPOAUTH_BACKEND_CLIENT_SECRET="${{ secrets.WPOAUTH_BACKEND_CLIENT_SECRET }}"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Developer Notes
 | 
					Developer Notes
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user