Skip to content

Commit

Permalink
feat: Automate browserlist DB Update
Browse files Browse the repository at this point in the history
  • Loading branch information
abdullahwaheed committed Dec 21, 2022
1 parent 7e96cfc commit 26f1f30
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/update-browserslist-db.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Update Browserslist DB
on:
schedule:
- cron: '0 0 * * 1'
workflow_dispatch:

jobs:
update-browserslist:
uses: openedx/.github/.github/workflows/update-browserslist-db.yml@master

secrets:
requirements_bot_github_token: ${{ secrets.requirements_bot_github_token }}

0 comments on commit 26f1f30

Please sign in to comment.