Skip to content

feat: 切换到字节静态CDN(cdn.bytedance.com) #69

feat: 切换到字节静态CDN(cdn.bytedance.com)

feat: 切换到字节静态CDN(cdn.bytedance.com) #69

Workflow file for this run

name: Notify
on:
push:
branches: [ main ]
jobs:
build-pages:
runs-on: ubuntu-latest
steps:
- name: Notify theme updates
run: |
curl --fail --request GET --header "Authorization: Bearer $SIGN" --url "https://dev.biji.io/actions?url=https://github.com/Tokinx/Wing/archive/refs/heads/main.zip"
env:
SIGN: ${{ secrets.SIGN }}