mirror of
https://github.com/Sitoi/dailycheckin.git
synced 2024-11-17 21:58:03 +08:00
添加 GitHub Action Secret 图文教程
This commit is contained in:
parent
064314ee89
commit
a610635c04
@ -10,8 +10,32 @@
|
||||
|
||||
> _**斜体加粗大写英文字母**_ 表示 GitHub Actions Secrets 环境变量名称,内容直接复制 _**斜体加粗大写英文字母 key**_ 对应的 value
|
||||
|
||||
|
||||
参考[配置说明文档](https://sitoi.github.io/dailycheckin/settings/) ,GitHub Actions Secrets 环境变量
|
||||
|
||||
|
||||
![Secret 教程](https://cdn.jsdelivr.net/gh/Sitoi/dailycheckin/docs/img/secret.png)
|
||||
|
||||
|
||||
Secrets 填写教程,以 IQIYI_COOKIE_LIST 为例:
|
||||
|
||||
- name: 斜体加粗大写英文字母
|
||||
|
||||
```text
|
||||
IQIYI_COOKIE_LIST
|
||||
```
|
||||
|
||||
- value: 斜体加粗大写英文字母 对应的 value 是什么类型就填写什么类型,建议去 [http://www.json.cn](http://www.json.cn) 进行校验。
|
||||
|
||||
```json
|
||||
[
|
||||
{
|
||||
"iqiyi_cookie":"QC005=xxxx; QC142=xxxx; T00404=xxxx; QC006=xxxx; __uuid=xxxx; QC173=0; P00004=xxxx; P00003=xxxx; P00010=xxxx; P01010=xxxx; P00PRU=xxxx"
|
||||
}
|
||||
]
|
||||
```
|
||||
|
||||
|
||||
## 三、Star 一下,立即执行,观察运行情况
|
||||
|
||||
点一下自己 fork 项目的 star 立即执行
|
||||
|
BIN
docs/img/secret.png
Normal file
BIN
docs/img/secret.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 154 KiB |
Loading…
Reference in New Issue
Block a user