Skip to content

Release package

Release package #3

Workflow file for this run

---
name: Release package
on:
workflow_dispatch:
inputs:
comments:
description: Comments
required: false
jobs:
release_package:
uses: khanlab/actions/.github/workflows/[email protected]
with:
comments: ${{ github.event.inputs.comments }}
secrets:
BP_PAT: ${{ secrets.BP_PAT_TOKEN }}