From 7efad76028b1a4a977870723df79c8b58733816b Mon Sep 17 00:00:00 2001 From: GeekWang <397179459@qq.com> Date: Sun, 12 Jan 2025 19:56:00 +0800 Subject: [PATCH] =?UTF-8?q?ci:=20=E6=9B=B4=E6=96=B0=20GitHub=20Actions=20?= =?UTF-8?q?=E5=B7=A5=E4=BD=9C=E6=B5=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 注释掉 PUSHPLUS_KEY 环境变量 - 添加 SCKEY 环境变量用于 Server 酱通知 - 保留 PRIVATE_AES_KEY环境变量不变 --- .github/workflows/actionActive.txt | 2 +- .github/workflows/autoReserve.yml | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/actionActive.txt b/.github/workflows/actionActive.txt index a3f44efd..e4508019 100644 --- a/.github/workflows/actionActive.txt +++ b/.github/workflows/actionActive.txt @@ -1,5 +1,5 @@ action 需要定时激活一下 -250112194525 +2501121945251 2406091516441 20231230201344 2023-8-17 09:23:23123 diff --git a/.github/workflows/autoReserve.yml b/.github/workflows/autoReserve.yml index 97e85678..bb8bc18c 100644 --- a/.github/workflows/autoReserve.yml +++ b/.github/workflows/autoReserve.yml @@ -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