Github Action¶
Thiết lập¶
- Fork repo https://github.com/check-phat-nguoi/cpn-gha
- Kích hoạt Github Action của repo
Chuẩn bị cpn-cli config¶
Info
Vì schedule-run
github action dùng cpn-cli để chạy
- Vào https://gist.github.com/
- Paste config và tạo secret gist
- Ấn nút "raw" để lấy direct link tới config
- Vào repo bạn đã fork,
settings
->Secrets and variables
->Actions
- Tại mục repository secrets, tạo secret mới
- Đặt tên secret là
config
và paste direct link tới config vào
Note
Bạn có thể dùng bất kì phương thức gì để có direct link tới config, không nhất thiết dùng gist.
Lên lịch trình¶
- Bỏ comment 2 dòng sau và commit
.github/workflows/schedule-run.yml
name: Schedule Run
on:
# schedule:
# - cron: 0 0 * * 0
workflow_dispatch:
Tùy chỉnh thời gian schedule
Gọi chạy thủ công¶
Có thể gọi chạy thủ công
- Vào tab action
- Chọn workflow
Schedule Run
Run workflow