Skip to content

Extract interface files from CDN #1077

Extract interface files from CDN

Extract interface files from CDN #1077

Workflow file for this run

name: Extract interface files from CDN
on:
schedule:
- cron: '0 0/3 * * *'
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Export UI source files
uses: Gethe/wow-ui-source@automation
with:
product: wow
token: ${{ secrets.GITHUB_TOKEN }}