mirror of
https://github.com/babalae/better-genshin-impact.git
synced 2026-03-15 07:43:20 +08:00
14 lines
461 B
YAML
14 lines
461 B
YAML
main:
|
|
# 自定义按钮可触发的事件
|
|
web_trigger_one:
|
|
- imports:
|
|
- cnb.cool/bettergi/secret/-/blob/main/env.yml
|
|
docker:
|
|
image: python:3.11
|
|
stages:
|
|
- name: 下载构建物并上传
|
|
script: |
|
|
cd .github/workflows
|
|
pip install -r requirements.txt
|
|
python github_download_and_cnb_upload.py --cnb-token $CNB_TOKEN --github-token $GITHUB_TOKEN
|
|
echo done! |