mirror of
https://github.com/timeshiftsauce/CeruMusic.git
synced 2025-11-25 11:29:42 +08:00
Update sync-releases-to-webdav.yml
This commit is contained in:
@@ -37,8 +37,8 @@ jobs:
|
|||||||
|
|
||||||
# ========== 2. Alist 连接信息 ==========
|
# ========== 2. Alist 连接信息 ==========
|
||||||
ALIST_URL="${{ secrets.ALIST_URL }}" # https://pan.example.com
|
ALIST_URL="${{ secrets.ALIST_URL }}" # https://pan.example.com
|
||||||
ALIST_USER="admin" # Alist 登录账号
|
ALIST_USER="${{ secrets.WEBDAV_USERNAME }}" # Alist 登录账号
|
||||||
ALIST_PASS="20081005zcl" # Alist 登录密码
|
ALIST_PASS="${{ secrets.WEBDAV_PASSWORD }}" # Alist 登录密码
|
||||||
ALIST_DIR="/lz/ceru" # 目标根目录
|
ALIST_DIR="/lz/ceru" # 目标根目录
|
||||||
|
|
||||||
# ========== 3. 登录拿 token ==========
|
# ========== 3. 登录拿 token ==========
|
||||||
|
|||||||
Reference in New Issue
Block a user