Skip to content
This repository has been archived by the owner on Dec 21, 2023. It is now read-only.

Run Hot this Week (production) #64

Run Hot this Week (production)

Run Hot this Week (production) #64

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