Skip to content

Prepare release automation #2

Prepare release automation

Prepare release automation #2

Workflow file for this run

name: Prepare Buildpack Release
on:
workflow_dispatch:
# TODO: remove the pull_request trigger before merge, it's just for testing
pull_request:
jobs:
prepare-release:
uses: heroku/languages-github-actions/.github/workflows/_classic-buildpack-prepare-release.yml@prepare_release_for_classic_buildpacks
with:
app_id: ${{ vars.LINGUIST_GH_APP_ID }}
buildpack_name: heroku/nodejs
unreleased_header_text: main
secrets:
app_private_key: ${{ secrets.LINGUIST_GH_PRIVATE_KEY }}