百度签到 #866
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: 百度签到 | |
on: | |
workflow_dispatch: | |
schedule: | |
- cron: '05 16 * * *' | |
watch: | |
types: [started] | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
if: ${{ github.event.repository.owner.id }} == ${{ github.event.sender.id }} | |
steps: | |
- uses: actions/checkout@v4 | |
- name: Use Node.js 10.x | |
uses: actions/setup-node@v4 | |
with: | |
node-version: 10.x | |
- name: npm install | |
run: | | |
npm install | |
- name: '运行【百度签到】' | |
run: | | |
node function/tieba/tieba.js | |
env: | |
BDUSS: ${{ secrets.BDUSS }} | |
JUMP: ${{ secrets.BDUSS-JUMP }} | |
SEND_KEY: ${{ secrets.SEND_KEY }} | |
PUSH_KEY: ${{ secrets.PUSH_KEY }} | |
BARK_PUSH: ${{ secrets.BARK_PUSH }} | |
PUSH_PLUS_TOKEN: ${{ secrets.PUSH_PLUS_TOKEN}} | |
PUSH_PLUS_USER: ${{ secrets.PUSH_PLUS_USER}} | |
QYWX_KEY: ${{ secrets.QYWX_KEY}} | |
QYWX_AM: ${{ secrets.QYWX_AM}} | |
TG_PROXY_HOST: ${{ secrets.TG_PROXY_HOST}} | |
TG_PROXY_PORT: ${{ secrets.TG_PROXY_PORT}} | |
IGOT_PUSH_KEY: ${{ secrets.IGOT_PUSH_KEY}} | |
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 }} | |
GOBOT_URL: ${{ secrets.GOBOT_URL }} | |
GOBOT_QQ: ${{ secrets.GOBOT_QQ }} | |
GOBOT_TOKEN: ${{ secrets.GOBOT_TOKEN}} | |
OS_TZ: ${{ secrets.OS_TZ }} | |
#最后推送 2021年4月09日 |