From 919446e7b85d3fcdd52eb13a9ce9c264dab62925 Mon Sep 17 00:00:00 2001 From: Brian Beggs Date: Tue, 11 Jul 2023 11:56:27 -0400 Subject: [PATCH] squash --- .../workflows/upgrade-python-requirements.yml | 32 +++++++++---------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/.github/workflows/upgrade-python-requirements.yml b/.github/workflows/upgrade-python-requirements.yml index 5f999ed443..e2c94b3d38 100644 --- a/.github/workflows/upgrade-python-requirements.yml +++ b/.github/workflows/upgrade-python-requirements.yml @@ -11,20 +11,20 @@ on: default: 'master' jobs: call-upgrade-python-requirements-workflow: - runs-on: ubuntu-latest - steps: - - name: install pip-tools - run: python -m pip install pip-tools - - name: upgrade python requirements - uses: openedx/.github/.github/workflows/upgrade-python-requirements.yml@master - with: - branch: ${{ github.event.inputs.branch }} - team_reviewers: "business-enterprise-team" - email_address: enterprise-integrations@edx.org - send_success_notification: false - secrets: - requirements_bot_github_token: ${{ secrets.REQUIREMENTS_BOT_GITHUB_TOKEN }} - requirements_bot_github_email: ${{ secrets.REQUIREMENTS_BOT_GITHUB_EMAIL }} - edx_smtp_username: ${{ secrets.EDX_SMTP_USERNAME }} - edx_smtp_password: ${{ secrets.EDX_SMTP_PASSWORD }} + runs-on: ubuntu-latest + steps: + - name: install pip-tools + run: python -m pip install pip-tools + - name: upgrade python requirements + uses: openedx/.github/.github/workflows/upgrade-python-requirements.yml@master + with: + branch: ${{ github.event.inputs.branch }} + team_reviewers: "business-enterprise-team" + email_address: enterprise-integrations@edx.org + send_success_notification: false + secrets: + requirements_bot_github_token: ${{ secrets.REQUIREMENTS_BOT_GITHUB_TOKEN }} + requirements_bot_github_email: ${{ secrets.REQUIREMENTS_BOT_GITHUB_EMAIL }} + edx_smtp_username: ${{ secrets.EDX_SMTP_USERNAME }} + edx_smtp_password: ${{ secrets.EDX_SMTP_PASSWORD }}