Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Latest commit

 

History

History
History
50 lines (43 loc) · 1.55 KB

File metadata and controls

50 lines (43 loc) · 1.55 KB
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
# This workflow will do a clean install of node dependencies, build the source code and run tests across different versions of node
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions
name: QQ阅读APP
on:
workflow_dispatch:
schedule:
- cron: '30 10-23 * * *'
watch:
types: started
jobs:
build:
runs-on: ubuntu-latest
if: github.event.repository.owner.id == github.event.sender.id
env:
QQREADAPP_HEADER: ${{ secrets.QQREADAPP_HEADER }}
QQREADAPP_VIDEOHD: ${{ secrets.QQREADAPP_VIDEOHD }}
COOKIES_SPLIT: ${{ secrets.COOKIES_SPLIT }}
steps:
- name: Checkout
run: |
git clone https://github.com/ziye12/JavaScript.git ~/JavaScript
- name: Use Node.js 12.x
uses: actions/setup-node@v1
with:
node-version: 12.x
- name: npm install
if: env.QQREADAPP_HEADER
run: |
cd ~/JavaScript
npm install
- name: '运行 【QQ阅读APP】'
if: env.QQREADAPP_HEADER
run: |
cd ~/JavaScript
node Task/QQread.js
env:
PUSH_KEY: ${{ secrets.PUSH_KEY }}
BARK_PUSH: ${{ secrets.BARK_PUSH }}
TG_BOT_TOKEN: ${{ secrets.TG_BOT_TOKEN }}
TG_USER_ID: ${{ secrets.TG_USER_ID }}
BARK_SOUND: ${{ secrets.BARK_SOUND }}
DD_BOT_TOKEN: ${{ secrets.DD_BOT_TOKEN }}
DD_BOT_SECRET: ${{ secrets.DD_BOT_SECRET }}
Morty Proxy This is a proxified and sanitized view of the page, visit original site.