Skip to content

Commit 7db11ed

Browse files
authored
Configure classic publish notifications (#2107)
W-22900983
1 parent e0a66e5 commit 7db11ed

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,7 @@ jobs:
2929
uses: heroku/languages-github-actions/.github/workflows/_classic-buildpack-publish.yml@latest
3030
with:
3131
buildpack_id: "heroku/python"
32+
app_id: ${{ vars.LINGUIST_GH_APP_ID }}
33+
secrets:
34+
app_private_key: ${{ secrets.LINGUIST_GH_PRIVATE_KEY }}
35+
slack_webhook_url: ${{ secrets.BUILDPACK_RELEASE_FAILURE_WEBHOOK_URL }}

0 commit comments

Comments
 (0)