Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
NoobHumiliator committed Jan 5, 2024
2 parents f74b54b + 399d045 commit 05cc7a6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/weather_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
name: 天气预报推送

on:
schedule:
# 此处是UTC时间,对应北京时间早七点
- cron : '00 23 * * *'
workflow_dispatch:

permissions:
Expand Down
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,12 @@

### 视频教程


作者 **技术爬爬虾** 全网同名,转载请注明作者

## Part1 自动构建

## Part2 天气推送

### 申请公众号测试账户

使用微信扫码即可
Expand Down Expand Up @@ -34,8 +37,9 @@ https://mp.weixin.qq.com/debug/cgi-bin/sandbox?t=sandbox/login
```

### 项目搭建
首先Fork本项目,进入Settings ----> Secrets and variables ---> Actions --> New repository secret
Fork本项目,进入自己项目的Settings ----> Secrets and variables ---> Actions --> New repository secret
配置好以下四个值

<img width="590" alt="image" src="https://github.com/tech-shrimp/GithubActionSample/assets/154193368/9e6b799d-9230-4d3e-8966-6c6f49e9b89f">


Expand Down

0 comments on commit 05cc7a6

Please sign in to comment.