Skip to content

📃 Changelog

📃 Changelog #46

Workflow file for this run

name: 📃 Changelog
on:
schedule:
- cron: 0 0 * * 1
workflow_dispatch:
jobs:
generate-changelog:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: 💂 Install Python
uses: actions/setup-python@v5
with:
python-version: "3.11"
- name: 📥 Generate changelog
run: scripts/mkchangelog --publish
env:
GH_TOKEN: ${{ secrets.ITOU_TECH_GH_TOKEN }}