From 8ef6e632427dd2d9dab3e70b43484bb6a68338fc Mon Sep 17 00:00:00 2001 From: System Two Date: Thu, 9 Apr 2026 09:07:40 +0000 Subject: [PATCH] ci(release): set create-github-app-token owner for org installs --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index bf1e7ed..5de9de2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -340,6 +340,7 @@ jobs: id: app-token uses: actions/create-github-app-token@v1 with: + owner: ${{ github.repository_owner }} app-id: ${{ secrets.GH_APP_ID }} private-key: ${{ secrets.GH_APP_PRIVATE_KEY }} @@ -478,6 +479,7 @@ jobs: id: app-token uses: actions/create-github-app-token@v1 with: + owner: ${{ github.repository_owner }} app-id: ${{ secrets.GH_APP_ID }} private-key: ${{ secrets.GH_APP_PRIVATE_KEY }} repositories: homebrew-cli,scoop-bucket