Skip to content

Commit 741441e

Browse files
committed
GitHub Actions: Fix release workflow (create-github-app-token)
1 parent cc97559 commit 741441e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ jobs:
2828
with:
2929
client-id: ${{ vars.TASTENDRUCK_CLIENT_ID }}
3030
private-key: ${{ secrets.TASTENDRUCK_PRIVATE_KEY }}
31+
owner: ${{ github.repository_owner }}
32+
repositories: homebrew-tap
3133
permission-contents: write
3234
permission-pull-requests: write
3335

0 commit comments

Comments
 (0)