Skip to content

Para Release

Para Release #60

Workflow file for this run

name: Para Release
on:
workflow_dispatch: {}
# inputs:
# modrinth_publish:
# description: "Publish to Modrinth? Disable this to do a dry run test."
# required: false
# default: false
# type: boolean
schedule:
- cron: "5 16 * * *"
jobs:
para_release:
name: Para build
uses: TeamKugimiya/reusable-workflows/.github/workflows/ParaTranz.yml@main
with:
paratranz_project_id: 9900
modrinth_publish: true
# modrinth_publish: ${{ contains(inputs.modrinth_publish, 'true') }}
modrinth_id: 7DO0XWSK
secrets:
paratranz_token: ${{ secrets.PARATRANZ_TOKEN }}
modrinth_token: ${{ secrets.MODRINTH_TOKEN }}