Skip to content

Commit

Permalink
nishuiq 增添了Github Actions使用说明
Browse files Browse the repository at this point in the history
  • Loading branch information
Maojuan-lang authored Nov 20, 2023
1 parent 9484bae commit 0e5f8ec
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,14 @@
xxxxxx&yyyyyyyyyy

### 使用 Github Actions 定时运行执行签到
1. 首先 fork 仓库到自己账号下
2. 设置 `UID``TOKEN`
3. 你可以参考上面教程新建 `SenKongDao_config.txt` 文件,填入 `uid` 以及 `TOKEN` 字段(不推荐,如非必要请在私人仓库这么做)
4. 或者在自己项目页面,依次点击 Settings → Secrets → Secrets and variables → Actions,
点击 New repository secret,并创建 `UID``TOKEN`,填写值,`UID``TOKEN` 值一一对应,对于多账号则依次换行填写。
最后在项目中点击 Actions,`(Enable workflow)` 启动对应的 Actions 即可每日自动签到
5. 若要手动运行,找到对应的 Actions 并点击 Run workflow 即可立即运行
1. 首先,在你的 GitHub 账号下 fork 这个仓库。
2. 参考上述教程,新建一个名为 `SenKongDao_config.txt` 的文件,并填入你的 `uid``token` 值。请注意,出于安全考虑,如果不是必需,建议在私人仓库中进行此操作。
3. 或者,在你的项目页面,按照以下步骤设置 GitHub Actions Secrets:
- 点击 `Settings`
-`Security` 中,点击 `Secrets and variables``Actions`
- 点击 `New repository secret`**创建 `UID``ATOKEN` 字段**,并填写相应的值。对于多账号,请依次换行填写。
4. 回到项目页面,点击 `Actions`,启用相应的 Actions(点击 `Enable/Disable workflow`),即可每日自动签到。
5. 如果需要手动运行,前往项目页面的 `Actions`,找到对应的 Actions,点击 `Run workflow` 即可立即运行。

### 或使用 docker 运行
1. 参考上面教程新建 `SenKongDao_config.txt` 文件,填入 `uid` 以及 `cred` 字段
Expand All @@ -53,4 +54,4 @@ xxxxxx&yyyyyyyyyy

<a href="https://github.com/Maojuan-lang/SenKongDao/graphs/contributors">
<img src="https://contrib.rocks/image?repo=Maojuan-lang/SenKongDao" />
</a>
</a>

0 comments on commit 0e5f8ec

Please sign in to comment.