Update gist with latest Bilibili videos #918
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: Update gist with latest Bilibili videos | |
on: | |
schedule: | |
- cron: "0 0 * * *" | |
push: | |
branches: [ master ] | |
jobs: | |
update-gist: | |
runs-on: ubuntu-latest | |
steps: | |
- name: "Checkout" | |
uses: actions/checkout@master | |
- name: "Setup Deno" | |
uses: denolib/setup-deno@v2 | |
with: | |
deno-version: v1.x | |
- name: "Update gist" | |
env: | |
GH_TOKEN: ${{ secrets.GH_TOKEN }} | |
GIST_ID: c6071f79a23db2ac6f114dd6c190cf6f | |
UID: '13684242' | |
run: |- | |
git clone https://github.com/KeJunMao/bilibili-box.git | |
cd bilibili-box | |
deno run --allow-net --allow-env index.ts |