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