From aaad049551bbf2c1c93675b699ebd309b8116f12 Mon Sep 17 00:00:00 2001 From: Chris Pappas Date: Mon, 25 Sep 2023 10:42:35 -0400 Subject: [PATCH] Revert "chore: GHA iteration" This reverts commit 315e3bf924a099dc269b3df7ff6ea3967f71413b. --- .github/workflows/upgrade-python-requirements.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/upgrade-python-requirements.yml b/.github/workflows/upgrade-python-requirements.yml index 3a8dc7f5..2d604f45 100644 --- a/.github/workflows/upgrade-python-requirements.yml +++ b/.github/workflows/upgrade-python-requirements.yml @@ -21,7 +21,7 @@ jobs: # email_address: "" # send_success_notification: false secrets: - requirements_bot_github_token: ${{ secret.REQUIREMENTS_BOT_GITHUB_TOKEN }} - requirements_bot_github_email: ${{ secret.REQUIREMENTS_BOT_GITHUB_EMAIL }} - edx_smtp_username: ${{ secret.EDX_SMTP_USERNAME }} - edx_smtp_password: ${{ secret.EDX_SMTP_PASSWORD }} \ No newline at end of file + 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 }} \ No newline at end of file