Files
frontend-app-admin-console/.github/workflows/update-browserslist-db.yml
Sarina Canelake 199a622006 Initial commit
2025-09-23 07:32:54 -04:00

13 lines
297 B
YAML

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 }}