chore: testing with passing secrets

This commit is contained in:
Abdullah Waheed
2022-12-19 17:01:48 +05:00
parent d6715558b3
commit 82679c555b

View File

@@ -7,6 +7,6 @@ on:
jobs:
update-browserslist:
secrets:
requirements_bot_github_token: ${{ secrets.REQUIREMENTS_BOT_GITHUB_TOKEN }}
requirements_bot_github_email: ${{ secrets.REQUIREMENTS_BOT_GITHUB_EMAIL }}
requirements_bot_github_token: ${{ secrets.requirements_bot_github_token }}
requirements_bot_github_email: ${{ secrets.requirements_bot_github_email }}
uses: openedx/.github/.github/workflows/update-browserslist-db.yml@master