Skip to content

Commit

Permalink
Fix "repositories" for "create-github-app-token" in "update-builder" (#…
Browse files Browse the repository at this point in the history
…236)

Mistake in #222, owner is separate
  • Loading branch information
dzuelke committed Jul 2, 2024
1 parent d310d09 commit 59828f1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/_buildpacks-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,8 @@ jobs:
with:
app-id: ${{ inputs.app_id }}
private-key: ${{ secrets.app_private_key }}
repositories: heroku/cnb-builder-images
owner: heroku
repositories: cnb-builder-images

- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 59828f1

Please sign in to comment.