Skip to content

Commit

Permalink
Revert "chore: GHA iteration"
Browse files Browse the repository at this point in the history
This reverts commit 315e3bf.
  • Loading branch information
christopappas committed Sep 25, 2023
1 parent 315e3bf commit aaad049
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/upgrade-python-requirements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
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 }}

0 comments on commit aaad049

Please sign in to comment.