Skip to content

Commit

Permalink
Use jwl/arch-specific-deps branch of release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
joshwlewis authored and mars committed Dec 17, 2024
1 parent 896a5f1 commit c06b9bb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,11 @@ on:
jobs:
release:
name: Release
uses: heroku/languages-github-actions/.github/workflows/_buildpacks-release.yml@latest
uses: heroku/languages-github-actions/.github/workflows/_buildpacks-release.yml@jwl/arch-specific-deps
with:
app_id: ${{ vars.LINGUIST_GH_APP_ID }}
dry_run: ${{ inputs.dry_run }}
languages_cli_branch: "jwl/arch-specific-deps"
secrets:
app_private_key: ${{ secrets.LINGUIST_GH_PRIVATE_KEY }}
cnb_registry_token: ${{ secrets.CNB_REGISTRY_RELEASE_BOT_GITHUB_TOKEN }}
Expand Down

0 comments on commit c06b9bb

Please sign in to comment.