Skip to content

Release

Release #160

Workflow file for this run

name: Release
on:
workflow_dispatch:
schedule:
- cron: 0 5 * * 0
concurrency:
group: ${{ github.workflow }}
cancel-in-progress: false
jobs:
release:
uses: WillBooster/reusable-workflows/.github/workflows/release.yml@main
with:
github_hosted_runner: true
secrets:
DOT_ENV: ${{ secrets.DOT_ENV }}
GH_TOKEN: ${{ secrets.PUBLIC_GH_BOT_PAT }}