Skip to content

Commit

Permalink
ci: 更新 GitHub Actions 工作流
Browse files Browse the repository at this point in the history
- 注释掉 PUSHPLUS_KEY 环境变量
- 添加 SCKEY 环境变量用于 Server 酱通知
- 保留 PRIVATE_AES_KEY环境变量不变
  • Loading branch information
397179459 committed Jan 12, 2025
1 parent ca6438d commit 7efad76
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/actionActive.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
action 需要定时激活一下
250112194525
2501121945251
2406091516441
20231230201344
2023-8-17 09:23:23123
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/autoReserve.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ jobs:
- name: start run
env:
PUSHPLUS_KEY: ${{ secrets.PUSHPLUS_KEY }}
# PUSHPLUS_KEY: ${{ secrets.PUSHPLUS_KEY }}
SCKEY: ${{ secrets.SCKEY }}
PRIVATE_AES_KEY: ${{ secrets.PRIVATE_AES_KEY }}
run: |
python main.py
Expand Down

0 comments on commit 7efad76

Please sign in to comment.