Merge pull request #46 from e5u/master

将Action运行的手机号码改为Secret防止隐私泄露
This commit is contained in:
落落
2022-07-01 19:52:12 +08:00
committed by GitHub

View File

@@ -26,4 +26,4 @@ jobs:
# 此处可以自定义命令行运行参数.替换手机号
run: |
pip3 install -r requirements.txt
python3 smsboom.py run -p 19820294268 -t 32
python3 smsboom.py run -p ${{ secrets.NUMBER }} -t 32