Skip to content

Commit

Permalink
Prepare release automation
Browse files Browse the repository at this point in the history
Adds automation to prepare a classic buildpack release. See heroku/languages-github-actions#183
  • Loading branch information
colincasey committed Jan 24, 2024
1 parent 88df97e commit 0d6e1b8
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/prepare_release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
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.GH_APP_ID }}
buildpack_name: heroku/nodejs
unreleased_header_text: main
secrets:
app_private_key: ${{ secrets.GH_APP_PRIVATE_KEY }}

0 comments on commit 0d6e1b8

Please sign in to comment.