Skip to content

Commit 1c22ae7

Browse files
committed
fix: fix indentation in the upgrade-python-requirements workflow
I was fixing up some spacing/indentation in this workflow and accidentally de-dented the `secrets` portion of the job too far.
1 parent 128e1c3 commit 1c22ae7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/upgrade-python-requirements.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ jobs:
1919
team_reviewers: "2u-aperture"
2020
email_address: [email protected]
2121
send_success_notification: true
22-
secrets:
23-
requirements_bot_github_token: ${{ secrets.REQUIREMENTS_BOT_GITHUB_TOKEN }}
24-
requirements_bot_github_email: ${{ secrets.REQUIREMENTS_BOT_GITHUB_EMAIL }}
25-
edx_smtp_username: ${{ secrets.EDX_SMTP_USERNAME }}
26-
edx_smtp_password: ${{ secrets.EDX_SMTP_PASSWORD }}
22+
secrets:
23+
requirements_bot_github_token: ${{ secrets.REQUIREMENTS_BOT_GITHUB_TOKEN }}
24+
requirements_bot_github_email: ${{ secrets.REQUIREMENTS_BOT_GITHUB_EMAIL }}
25+
edx_smtp_username: ${{ secrets.EDX_SMTP_USERNAME }}
26+
edx_smtp_password: ${{ secrets.EDX_SMTP_PASSWORD }}

0 commit comments

Comments
 (0)