Skip to content

Daily Update

Daily Update #538

Workflow file for this run

name: Daily Update
on:
schedule:
- cron: "0 0 * * *"
jobs:
update:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
with:
persist-credentials: false
fetch-depth: 0
- run: ruby ./scripts/collect-artifacts.rb
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- uses: actions-js/push@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
branch: main