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 0d6e1b8 commit 6718adb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/prepare_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ 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 }}
app_id: ${{ vars.LINGUIST_GH_APP_ID }}
buildpack_name: heroku/nodejs
unreleased_header_text: main
secrets:
app_private_key: ${{ secrets.GH_APP_PRIVATE_KEY }}
app_private_key: ${{ secrets.LINGUIST_GH_PRIVATE_KEY }}

0 comments on commit 6718adb

Please sign in to comment.