Skip to content

Commit

Permalink
chore: 环境变量需要大写
Browse files Browse the repository at this point in the history
  • Loading branch information
14790897 committed Aug 8, 2024
1 parent 3d98148 commit 059c3a4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/windows_cron_bypassCF.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# 专门给小众软件论坛使用,要取消schedule的注释才能每日运行
name: bypassCF cron windows
# 专门给小众论坛使用,要取消schedule的注释才能每日运行
on:
# schedule:
# - cron: "0 18 * * *"
Expand All @@ -16,9 +16,9 @@ jobs:

env:
# 在作业级别设置环境变量
USERNAMES: ${{ secrets.USERNAMES_appin }}
PASSWORDS: ${{ secrets.PASSWORDS_appin }}
WEBSITE: ${{ secrets.WEBSITE_appin }}
USERNAMES: ${{ secrets.USERNAMES_APPIN }}
PASSWORDS: ${{ secrets.PASSWORDS_APPIN }}
WEBSITE: ${{ secrets.WEBSITE_APPIN }}

steps:
- uses: actions/checkout@v3 # 检出你的仓库
Expand Down

0 comments on commit 059c3a4

Please sign in to comment.