chore: testing with passing secrets

This commit is contained in:
Abdullah Waheed
2022-12-19 16:57:15 +05:00
parent 898ced0057
commit d6715558b3
2 changed files with 5 additions and 4 deletions

View File

@@ -10,7 +10,5 @@ on:
jobs:
version-check:
secrets:
requirements_bot_github_token: ${{ secrets.REQUIREMENTS_BOT_GITHUB_TOKEN }}
requirements_bot_github_email: ${{ secrets.REQUIREMENTS_BOT_GITHUB_EMAIL }}
uses: openedx/.github/.github/workflows/lockfileversion-check.yml@master
uses: openedx/.github/.github/workflows/lockfileversion-check.yml@master

View File

@@ -6,4 +6,7 @@ on:
jobs:
update-browserslist:
secrets:
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