Skip to content

Run Hot this Week (production) #67

Run Hot this Week (production)

Run Hot this Week (production) #67

Workflow file for this run

name: Run Hot this Week (production)
on:
schedule:
- cron: 0 14 * * 5
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Prepare configuration file
run: echo ${{ secrets.HTK_CONFIG }} | base64 --decode > htw-config.json
- name: Run Hot-this-week!
run: docker run -v "$(realpath .)/htw-config.json:/opt/app/config.json" ghcr.io/soup-bowl/hot-this-week:latest