Skip to content

run hippo

run hippo #365

Workflow file for this run

name: run hippo
on:
schedule:
- cron: '0 0 * * *'
workflow_dispatch:
jobs:
run:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # tag: v3.3.0
- name: restore cache
uses: dawidd6/action-download-artifact@bd10f381a96414ce2b13a11bfa89902ba7cea07f # tag: v.2.24.3
continue-on-error: true
with:
name: cache
workflow: cron.yml
- name: npm install
run: npm install
- name: npm start
run: npm start
env:
POSTGRES_URI: ${{ secrets.POSTGRES_URI }}
SLACK_TOKEN: ${{ secrets.SLACK_TOKEN }}
SLACK_CHANNEL_ID: ${{ secrets.SLACK_CHANNEL_ID }}
CC_USERS: ${{ secrets.CC_USERS }}
- name: persist cache
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # tag: v3.1.2
with:
name: cache
path: .cache